Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 409 Bytes

JavaVoiceTextChatRoom

Developed to learn about TCP/UDP/NAT. Inspired by voice/text chats like mumble, TeamSpeak and discord.

Voice and text communication via UDP. TCP used for client session management.

Connecting to server:

Input server IP into the client, the connection will be established if the server is online. Only one connection to a server can be made from a client, in its current state.