Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

C Socket example

Server reads file and stores it in a hash table. Client can connect to server socket and query for values in indata.dat.

Getting started

Screenshot

  • Set solution to multiple startup projects as seen in the image.
  • Run with F5.