summaryrefslogtreecommitdiffstats
path: root/src/util/prototester.c
Commit message (Expand)AuthorAgeFilesLines
* Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown2006-03-231-135/+4Star
* Can now also print data sent by the remote side.Michael Brown2006-03-231-13/+34
* Now capable of sending "Hello world!" via TCP.Michael Brown2006-03-231-49/+212
* Added basic http-specific option parsingMichael Brown2006-03-221-5/+84
* Started adding structure to allow for separate protocol tests, withMichael Brown2006-03-221-97/+257
* Skeleton version: contains device driver (connecting to network viaMichael Brown2006-03-221-0/+338