Download: curie-3.tar.bz2 Size: 43.61 KB md5_file hash: 313ad23ef24d56fa763e7560f74431cc First released: Mon, 09/22/2008 - 19:29 Last updated: Mon, 09/22/2008 - 19:32
This version fixes some memory handling issues that have been pointed out as flaws by sqweek. I also moved my ass a bit to fix the other issues reported by splint in the core library, and i've slightly modified parts of the API.
Heh now that you mention it... it does indeed look like curie's multiplex() and libevent sort of do the same thing. Although internally multiplex() does rely on select().
I haven't checked the Contiki project just yet, but the library should be easily portable. I was intending to port it to L4 the other day.
Multiplex looks like a
Multiplex looks like a possible replacement for libevent in http://code.google.com/p/event-hpp/ (demo for CINT C interpreter).
What about use in the Contiki project?
Heh now that you mention
Heh now that you mention it... it does indeed look like curie's multiplex() and libevent sort of do the same thing. Although internally multiplex() does rely on select().
I haven't checked the Contiki project just yet, but the library should be easily portable. I was intending to port it to L4 the other day.