Simple networking programs written in C
 
 
Go to file
Shokara b0c8cf8b95
initial barebones-irc payload
No actual networking yet. Also no DNS resolving yet.
2021-03-24 00:21:59 -04:00
barebones-irc initial barebones-irc payload 2021-03-24 00:21:59 -04:00
date-net add simple date server/client 2021-03-22 10:30:38 -04:00
.gitignore initial barebones-irc payload 2021-03-24 00:21:59 -04:00
README add simple date server/client 2021-03-22 10:30:38 -04:00

README

Simple programs to help me get started with networking in C while I read "UNIX
Networking Programming" (3rd Edition) originally by the late W. Richard Stevens
but now authored by Bill Fenner and Andrew M. Rudoff.

datenet:
server writes the current time to a socket on port 8013
client reads the time the server wrote on port 8013