Morse encoder based on the client-server model using TCP sockets
git clone https://github.com/LuboDimitrov/Morse-translator.git
gcc -v
gcc ClientMorse.c -o ClientMorse.exe -lwsock32
gcc ServerMorse.c -o ServerMorse.exe -lwsock32
Now you should see two executable files have been generated.
First start the server typing ServerMorse
on the command propmpt
Type ClientMorse
on the command prompt and hit enter