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

https://github.com/realfranser/socket-programming

Development of a sequential client-server server system. Using sockets with c.
https://github.com/realfranser/socket-programming

c socket-io tcp-server

Last synced: 3 months ago
JSON representation

Development of a sequential client-server server system. Using sockets with c.

Awesome Lists containing this project

README

        

# Socket Programming with C

This is a sequential client-server connection using sockets with c.

The clients send the server requests for the creation, destruction,
modification or reception of queues with data stored in them. All the queues
are stored in a hash table or dicctionary which is managed exclusively in the
server side.

Notas: se podria crear en la clase libzerocopyMQ una funcion que haga un setup
de los elementos opcion, cola size y cola name. Similar a create_destroy pero
que sirva para todos. Cuidar el handling del pointer a la struct iovec.

Updates:

Changed from remote http to remote ssh