sde1000 / NanodeUIP

Port of uIP library to Nanode
http://wiki.hackspace.org.uk/wiki/Project:Nanode/UIP
38 stars 22 forks source link

Merged in the latest version of psock and timer from Contiki #9

Closed njh closed 12 years ago

njh commented 12 years ago

Decided to start small and merge in the latest versions of psock and the timer library from Contiki: git://github.com/contiki/contiki-mirror.git

maniacbug commented 12 years ago

Good stuff, keep up the good work. I merged it into my fork, and all is well on those examples too.

njh commented 12 years ago

I will keep going then!

I think biggest change is a lot of changes from u16* to uip_ipaddr_t in functions and macros: https://github.com/contiki/contiki-mirror/blob/master/core/net/uip.h

njh commented 12 years ago

Ugh, this pull request seems to be tied to my HEAD. Shall I start again with a more specific pull request?

sde1000 commented 12 years ago

I just pulled njh:master - it was the correct commit anyway.