Half of TCP Done!

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Half of TCP Done!

Post 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!
User avatar
Adek336
Member
Member
Posts: 129
Joined: Thu May 12, 2005 11:00 pm
Location: Kabaty, Warszawa
Contact:

Re: Half of TCP Done!

Post by Adek336 »

That's great, congrats !
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Half of TCP Done!

Post by DeletedAccount »

Congrats ! Well done =D>


Regards
Shrek
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Half of TCP Done!

Post 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).
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: Half of TCP Done!

Post by eddyb »

congats.. it's nice to have a server:) you can have your website on top of it :D
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: Half of TCP Done!

Post by Dex »

Congrats and well done for geting so far, keep up the good work.
User avatar
Khaoticmind
Member
Member
Posts: 29
Joined: Tue Nov 18, 2008 1:06 pm
Location: Brazil

Re: Half of TCP Done!

Post by Khaoticmind »

+1 for the congrats! And some kudos as well!

Hope i can get there some day :)
User avatar
Helu
Posts: 10
Joined: Mon Feb 11, 2008 8:10 pm
Location: An Hui China

Re: Half of TCP Done!

Post by Helu »

Great work!
Love HeLU
Post Reply