Hello, I am experimenting with using nesc (but not TinyOS) and investigating its use for a personal project of mine because nesc has good asynchronous programming capabilities and good manual memory management control. I am starting out by seeing how much of a fit nesc is for a tiny part of my project at https://gitlab.com/linted/linted/tree/master/src/linted-simulator . So far, nesc looks okay but I may be able to get more advantage out of it by creating runtime functionality such as needed for tasks although I am not sure of the advantages of nesc's post construct over simply have a Thread interface and ThreadC component (in my case they would be implemented by the LntdNonblockingPoolC componenet) that have a post command and a run signal. Any advice and code review would be great.
Thank you, Steven Stewart-Gallus _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
