https://github.com/winterrdog/sockets-check
A small client-server setup i wrote up quick for practice. Used sockets API for Linux
https://github.com/winterrdog/sockets-check
c-cpp linux networking socket-programming
Last synced: 7 months ago
JSON representation
A small client-server setup i wrote up quick for practice. Used sockets API for Linux
- Host: GitHub
- URL: https://github.com/winterrdog/sockets-check
- Owner: winterrdog
- Created: 2024-10-27T17:04:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:29:07.000Z (over 1 year ago)
- Last Synced: 2025-04-04T12:22:14.085Z (10 months ago)
- Topics: c-cpp, linux, networking, socket-programming
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sockets-check
A small client-server setup i wrote up quick for practice. Used sockets API for Linux
# running it
```sh
gcc -o
```