/VoIP-client-server

A simple java voip client-server app using socks and javax.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

VoIP-client-server

A simple java VoIP client-server app using socks and javax.
The server will sort the clients into channels of two, and will kick you from the channel (letting others join) when you disconnect (only works compiled).

TODO:

  • Encrypt the sent bytes.