GitHub / wip-cwc / socket-programming-with-c
C client server programs which implement a class registration platform, and a simple calculator. The programs have been implemented in a variety of ways: Iterative connection-oriented & connectionless, concurrent connection-oriented & connectionless. To achieve concurrency, a number of techniques are employed: fork(), select() and threading.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wip-cwc%2Fsocket-programming-with-c
Stars: 2
Forks: 0
Open issues: 0
License: None
Language: C
Size: 72.3 KB
Dependencies parsed at: Pending
Created at: about 2 years ago
Updated at: 10 days ago
Pushed at: almost 2 years ago
Last synced at: 1 day ago
Topics: c-programming, concurrent-programming, network-programming