TCP/IP getting there
Phew after some work i finally crunched together a winsock like API for the TCP/IP stack. This is the fist website served by the API ran by a simple 10 or so lines of webserver code. The API is still far from perfect but this proves that the thing actually works. I will finish it as soon as possible so i can start playing with different things.
The API provides the easy to use basic calls to interface the TCP/IP stack, it also takes care of buffering, retransmission etc. It may not be the most efficent but it gets the job done and dose it with little code.
Advertisement
Explore posts in the same categories: General
November 6, 2009 at 5:18 pm
This is very cool!
Well done!
November 6, 2009 at 5:23 pm
Thanks, oh and the webserver app that shows this is about 10 lines of code with my new API.
November 20, 2009 at 10:12 am
That is really sweet. 10 lines of code! That is brilliant. I am all for your elegant and simple API which interfaces with quite in depth stuff. Great work!