Docs
User Manual
-
SERVER
Launch the server by typing ./secure-talk-server [port] on your terminal.
Default port is 54321.
Commands
-
/kill <nickname>, for jumping nickname out of the chatroom.
-
/who, to get the list of other people connected on this server.
-
/shutdown, to stop the server.
-
Anything else is considered as an error.
-
CLIENT
Launch the server by typing ./secure-talk-server <port> on your terminal.
Commands
-
/connect <nickname> <serverHostNameOrIpAddress> <port>,
for connecting on a server.
-
/quit, for losing connection on server.
-
/who, to get the list of other people connected on this server.
-
Anything else is considered as a message to be sent.