Go to french version
Minitalk is a small communication program that allows us to implement a client/server architecture and discover how to use signals.
Build the executable for the server and the client
make
Run the server exec, then run the client specifying the server's ID process
./server
./client <ID> ,what_you_want_tosay>
Feel free to explore the source code to understand its detailed workings.
Minitalk est un programme de communication rudimentaire qui nous permet d'implémenter une architecture client/serveur et de découvrir comment utiliser les signaux.
Build les exécutables du client et du serveur
make
Run l'exécutable du serveur dans un premier temps puis celui du client en spécifiant l'ID du serveur
./server
./client <ID> ,what_you_want_tosay>
N'hésitez pas à explorer le code source pour comprendre en détail son fonctionnement.