Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 293 Bytes

File metadata and controls

5 lines (5 loc) · 293 Bytes

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.