Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Dustin Lang
Hi, I don't know anything about what software is available for microcontrollers, but one time I started writing a network stack (for intel 8088). As you might guess from the name, TCP/IP uses layers of protocols. You can about it here: http://en.wikipedia.org/wiki/Internet_protocol_suite TCP

Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Russell Shaw
Vincent Trouilliez wrote: Hello list, I apologize in advance for the longer than normally accepted post... I am back on the list, after a very long while off, due to my hobby AVR project stalling... so first of all, hi to the few who may remember me and are still on the list ;-) I would like

Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Dustin Lang
Ethereal (aka Wireshark) is also a good tool for visualizing the layered structure of packets and investigating the protocols (not to mention debugging your code!) http://www.wireshark.org/ dstn. ___ AVR-chat mailing list AVR-chat@nongnu.org

Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Clemens Koller
Hello, Vincent! Vincent Trouilliez schrieb: I would like to receive input from the engineers among you, who have knowledge of, and practical experience implementing, TCP/IP in micro-controller based products. Well, if I would be in the HR department, I would like to hear that it doesn't make