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

2007-06-12 Thread Juergen Harms
You might consider gaining some insight by doing practical programming exercises - for instance a very small client - server application using sockets, just obtaining a hello message from the server. If you look left and right while doing that and read the man-pages, it would provide you with

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

2007-06-12 Thread Vincent Trouilliez
Thanks chaps, for all your contributions ! That did help a lot, I have now I think, figured out the best way to proceed in view of this interview... and far beyond. The one interesting point that stood out I find, is that there really isn't one single, best/approved way to learn embedded TCP/IP.

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

2007-06-12 Thread Daniel O'Connor
On Wednesday 13 June 2007 01:54, Vincent Trouilliez wrote: reasonable overview of the background concepts, along with some idea of what a practical implementation looks like, and then they should be clever/responsible enough to understand that I can't possibly be expected to learn 5,000 pages