Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f321x/minitalk-42-core
Server and client in C that communicate via 2 unix signals to exchange a string as exercise of the 42 core curriculum.
https://github.com/f321x/minitalk-42-core
42 42born2code 42school c unix
Last synced: about 5 hours ago
JSON representation
Server and client in C that communicate via 2 unix signals to exchange a string as exercise of the 42 core curriculum.
- Host: GitHub
- URL: https://github.com/f321x/minitalk-42-core
- Owner: f321x
- Created: 2023-11-16T12:19:12.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:56:39.000Z (3 months ago)
- Last Synced: 2024-08-24T14:01:52.215Z (3 months ago)
- Topics: 42, 42born2code, 42school, c, unix
- Language: C
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minitalk-42-core
Server and client in C that communicate via 2 unix signals (SIGUSR1 & SIGUSR2) to exchange a string as exercise of the 42 core curriculum.The client first sends a handshake with its own process id to the server which then will ACK every bit sent by the client with a SIGUSR1 signal to ensure transmission of the signals in correct order.