Page 1 of 1

Half of TCP Done!

Posted: Tue Sep 23, 2008 3:13 am
by pcmattman
Hi everyone,

I just thought I'd keep you all up to date on my network stack project. Right now I have half of TCP working properly (that half being the client side). I'm about to start working on the server side of things (which is the same concepts but abstracting it out is proving to be complicated) now that the client side works.

You can see examples here:
http://www.wikiforall.net/net_stack_tcp.jpg
http://www.wikiforall.net/net_stack_tcp_2.jpg

Constructive criticism or any other comments welcome!

Re: Half of TCP Done!

Posted: Thu Dec 11, 2008 9:33 pm
by Adek336
That's great, congrats !

Re: Half of TCP Done!

Posted: Thu Dec 11, 2008 9:40 pm
by DeletedAccount
Congrats ! Well done =D>


Regards
Shrek

Re: Half of TCP Done!

Posted: Fri Dec 12, 2008 4:46 pm
by pcmattman
Thanks. Soon after posting I got the other half completed and had a mini web server serving pages, but I didn't post about it here.

I'm working on rewriting that network stack in C (the C++ version is thoroughly obfuscated) and improving the internals of it (ie, being more compliant with standards). At the moment, it only depends on three modules (malloc/free, a special queue mechanism I wrote, and the network send routine).

Re: Half of TCP Done!

Posted: Sat Dec 13, 2008 10:05 am
by eddyb
congats.. it's nice to have a server:) you can have your website on top of it :D

Re: Half of TCP Done!

Posted: Mon Dec 15, 2008 12:20 pm
by Dex
Congrats and well done for geting so far, keep up the good work.

Re: Half of TCP Done!

Posted: Mon Dec 15, 2008 12:34 pm
by Khaoticmind
+1 for the congrats! And some kudos as well!

Hope i can get there some day :)

Re: Half of TCP Done!

Posted: Sat Jan 17, 2009 7:28 am
by Helu
Great work!