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.
- Host: GitHub
- URL: https://github.com/realfranser/socket-programming
- Owner: realfranser
- Created: 2021-04-29T07:06:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T22:40:53.000Z (about 4 years ago)
- Last Synced: 2025-01-20T22:52:53.301Z (4 months ago)
- Topics: c, socket-io, tcp-server
- Language: C
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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