An open API service indexing awesome lists of open source software.

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

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`