Implement client, change Makefile accordingly
authorLukas Jiriste <ljiriste@student.42prague.com>
Sat, 20 Jan 2024 17:21:29 +0000 (18:21 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sat, 20 Jan 2024 17:21:29 +0000 (18:21 +0100)
commit4eada97796ddda887c932ec65225faad31380a29
treec4365493d456e52577cff4087c97615bddcf1c1a
parent00d5e380c8d606324eddbbe33c96b779768054a0
Implement client, change Makefile accordingly

Because of signals merging, client now waits for 1000 us between bits
for server to "certainly" handle the signal. This could use some tuning
but a better protocol for communications would be better.
Makefile
src/client.c [new file with mode: 0644]
src/server.c