From: Adam Dunkels (adam_at_sics.se)
Date: 2001-11-05 17:29:37
On Monday 05 November 2001 17:03, you wrote: > Hello Adam, > > AD> Groepaz (who asked where uIP could be found), uIP can be found at > AD> [http://dunkels.com/adam/uip/]. Version 0.4 compiles with version 2.6.x > of AD> cc65, but doesn't work with the newest cc65 version. > > mmmh.... is that just the raw tcp/ip stack or a complete test program > (http server or whatever) ? its just that i dont have the slightest > clue how to use ip in my own program ,=P That is the TCP/IP stack and a very simple web server program that can server static web pages. The next version of the web server allows fully scriptable web pages and other goodies! :-) Writing programs that use uIP is quite tricky - uIP is very streamlined in order to keep code size down both for the TCP/IP code and the application program code. I have plans to write a library that encapsulates the TCP/IP stack calls and isolates the TCP/IP code from the application code, but that is only in the pre-planning phase. uIP is fairly well documented (including the uIP/application interface) - follow the links in the "documentation" section on the uIP homepage. /adam -- Adam Dunkels <adam_at_sics.se> http://www.sics.se/~adam ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET