Certainly it is possible. The question is how much effort will it be and what kind of resource constraints will you run into.
The major problem is platforms that typically implement TinyOS are very very resource constrained. Low amounts of memory both RAM and ROM. No virtual memory and certainly no h/w support for virtualization. So I suspect that you will run into these resource/size constraints. 2012/1/13 Gonçalo Bernardo <[email protected]> > Dear all, > > I have in hands a VM for embedded devices implemented in C++. The VM is > such that it can run without any other SW component. However it misses > important components such as communication protocols. > > What I wanted to know is if it is possible to encapsulate this VM into a > tinyos module or so. Then with the help of interfaces and tinyos components > I could easily add communication capabilities. > > All your comments are welcome! > Thanks in advance, > Regards, > gonber > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
