Thiago wrote: > And that was not even considering the complete design mismatch between a > mainloop-based OS and one that reacts to interrupts. IoTivity's current API > works fine if you're designing a new application from scratch or if you have > threads available. It does not work if you have neither: in a single-threaded > system, you cannot "simply add" IoTivity to an application that exists. It > requires a full rewrite of the application.
BTW, as a data point, AllJoyn also has two implementations (called Standard Client and Thin Client). If I recall correctly, the main difference is that one Is interrupt based, and the other is mainloop-based, as you say. Dave
