https://github.com/thomastjdev/c_socket
Socket server and client in C programming
https://github.com/thomastjdev/c_socket
Last synced: about 1 year ago
JSON representation
Socket server and client in C programming
- Host: GitHub
- URL: https://github.com/thomastjdev/c_socket
- Owner: ThomasTJdev
- License: mit
- Created: 2017-07-31T07:15:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T07:17:40.000Z (over 8 years ago)
- Last Synced: 2025-01-26T14:48:38.246Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c_socket
Socket server and client in C programming
## General
Compile both server and client with gcc
Fire up the server with:
`sudo ./server localhost 12345`
Fire up the client with:
`./client localhost 12345`