Java Sound Resources: Applications: Chat

Purpose

This application allows you to do voice chat. It originates from a session at Java One 2004.

[description configuration, establish connection]

Only the TCP mode (for LANs) is implemented. The UDP mode (for WANs) is not working.

NOTE: This application requires the JDK 1.5.0.

Download

3196_InternetPhone.pdf (272 kB)Presentation slides (right-click and select "save as..." to save it to disk)
chat-src-<version>.zipComplete source code
chat-<version>.jarCompiled classes. You can run the application with java -jar chat-<version>.jar
CVSBrowse the source code online in the CVS repository.