Skip to content

Client-server model example with UDP sockets in C programming languaje

License

Notifications You must be signed in to change notification settings

edumardo/sockets-UDP

Repository files navigation

sockets-UDP

Client-server model example with UDP sockets in C programming languaje.

Compile the code:

$ make

Run the server:

$ ./server

Run the clients:

$ ./client <ip-server> <operation> [id]
  • ip-server: ip of the server
  • operation:
    1. add new record into the registry
    2. read record from the server
    3. remove record from the server
  • id: record to manipulate.

Example, insert record miRecord123:

$ ./client 1.2.3.4 1 miRecord123

About

Client-server model example with UDP sockets in C programming languaje

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published