newsNexus voice communication application (project = dead) - News

 
 

First bit of code available

Item posted by Maurice van der Pot <Griffon26> on Wed 20 Aug 2003 10:37:30 AM UTC.

I checked in initial revisions of quite a few source files. It is not a complete application yet, but a lot of classes have been implemented already.

Currently the application starts a server which listens on port 12340 for new connections. For each new connection it will open a TCP connection and print any data it will receive (test this using telnet).

The current code already shows where the threads are and how synchronisation is done. It also shows how networking is handled. With it it is also possible to create a chain of filters (recorder->encoder->decoder->playback) that will playback anything the default input device (mike/line-in/whatever) records.

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code