mirror of
https://github.com/thearcanum/WIFSS
synced 2025-06-22 16:00:15 +02:00

--> WIFSS architecture was not fitting at all with what we expected from it, let's just improve the first chat solution
752 B
Executable File
752 B
Executable File
WIFSS
How to use it
Compile the whole project with: make
... or just one side with: make WClient
or make WServer
Run with:
./WClient
and ./WServer
Commands
List of commands currently available for Client
help
who
send <message>
whisper <idClient> <message>
exit
logout
clear
List of commands currently available for Server
help
who
send <message>
whisper <idClient> <message>
disconnect <idClient> ['-1' = all]
exit
clear
Additional notes
-
You can try the system by connecting your client to a local server with
localhost
as address, once the server is running and listening. -
No data are saved by server, it's just a "bridge" between clients.