b_greeni wrote:
Does anyone have an example programm or tutorial, how to use the uip.c especially the uip_process funktion for sending and receiving data on the tcp level?
There is no step-by-step example for how to do this, but look at the main.c file in the unix/ directory for an example of how to call uIP functions, and the hello-world.c example for an example of how to write a simple TCP application program that runs on top of uIP:
http://www.sics.se/~adam/uip/uip-1.0-refman/examples.html There is also an example main loop in the above examples web page. Regards, /adam -- Adam Dunkels, Swedish Institute of Computer Science http://www.sics.se/~adam/