|
From: Adam D. <ad...@si...> - 2003-09-30 20:19:20
|
Hi! On Wed, 2003-10-01 at 00:00, Jens Andersen wrote: > Another thing that would be even better would be an irc server ;) Great idea ;-) > Has to be possible > Though, can contiki manage to handle several persistant connections at the same time? (_AND_ pass data between them) > Just a thought...perhaps contiki isn't the best idea for it, but just uip I guess... uIP / Contiki has no problems with handling multiple concurrent connections, and passing data between them is not a problem either (just use a global buffer shared by all connections - since Contiki is not preemptive locking is no problem). Yeah, it definately ought to be possible - any takers? ;-) /adam -- Adam Dunkels <ad...@si...> http://www.sics.se/~adam/ |