> Did you find the usage of string identifiers to be rather verbose? > Meaning, don't they take up a lot of code space?
Yes, they do. True. We are limited with the number of CoAP resources to include on one particular device. Having human-readable description has its advantages though. > That seems to me to be a problem in a resource constrained environment like > the msp430s. Even the large code space puppies. We don't have an > official 20 bit development enviornment yet. > > On Sat, Dec 1, 2012 at 2:27 AM, Markus Becker <[email protected] bremen.de>wrote: > > Hi, > > > > a similar problem is solved by IPSO Application Framework [1] for CoAP. > > We have implemented some part of its /dev resource for coap-12 (which is > > not yet > > in the SVN). This is limited to the CoAP application, and not every > > general TinyOS application. Those CoAP resources could be rebased onto > > PlatformConfig, > > though. > > > > -- > > Markus > > > > > > [1] http://www.ipso-alliance.org/downloads/Application+Framework > > > > > I've started defining what I'm calling the Platorm interface that this > > > would be logically part of. PlatfromConfig. > > > > > > The Platform code itself is coming in on the msp430-int branch of the > > > tinyprod fork. Happening this week. > > > > > > So you'll be able to look at its gestation. > > > > > > On Fri, Nov 30, 2012 at 10:47 AM, Antonio Linan <[email protected]> > > > > wrote: > > > > I use something similar as I include default serial/RF commands in > > > > projects for debugging/maintenance, but feeding this info it is > > > > rather manual in command line/.h file, for an upcoming project I > > > > will try to fill the holes by taking the information from > > > > compilation time, when I have something I'll be happy to share. > > > > > > > > --Antonio > > > > > > > > On Fri, Nov 30, 2012 at 6:16 PM, Eric Decker <[email protected]> > > > > wrote: > > > >> You'd have to write this stuff. > > > >> > > > >> There isn't by default (code doesn't exist) to obtain this > > > >> information programatically. > > > >> > > > >> This is the kind of information one would want in a > > > >> production/deployment kind of envrionment. And hasn't been done. > > > >> > > > >> If you want to work on creating this, I'd be happy to help define > > > >> it. I will at some point need this kind of thing for what I'm doing > > > >> (production motes) but am not there yet. But do have a vested > > > >> interest. > > > >> > > > >> On Fri, Nov 30, 2012 at 3:14 AM, Enrico Scopelliti > > > > <[email protected]>wrote: > > > >>> Hi to TinyOS's developers, > > > >>> > > > >>> I would like to know if exists a way to get a SW/HW node's > > > > description > > > > > >>> after the deployment. > > > >>> I'll explain. > > > >>> For example, there is a mote with TinyOS installed and I want to > > > > know: > > > >>> - what is the application that is currently running; > > > >>> - what is the installed version of TinyOS; > > > >>> - what are the TinyOS modules deployed on the mote; > > > >>> - what are the hardware features of the board. > > > >>> > > > >>> Is there a way to get these informations or a part of them? > > > >>> > > > >>> Any help appreciated. > > > >>> > > > >>> Regards, > > > >>> > > > >>> Enrico Scopelliti > > > >>> > > > >>> > > > >>> _______________________________________________ > > > >>> Tinyos-help mailing list > > > >>> [email protected] > > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-hel > > > > > >>> p > > > >> > > > >> -- > > > >> Eric B. Decker > > > >> Senior (over 50 :-) Researcher > > > >> > > > >> > > > >> > > > >> _______________________________________________ > > > >> Tinyos-help mailing list > > > >> [email protected] > > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > -- > > > > -- > > > > Antonio LiƱan Colina > > > > R+D+I Engineer > > > > @: [email protected] > > > > @: [email protected] > > > > ------------------------------ > > > > Advancare > > > > T: +34 93 582 02 70 > > > > http://www.advancare.com > > > > http://www.zolertia.com > > > > http://zolertia.sourceforge.net > > > > http://webshop.zolertia.com > > > > ------------------------------------------------ > > > > | Dipl.-Ing. Markus Becker > > | Communication Networks > > | TZI - Center for Computing Technologies > > | University Bremen > > | Germany > > > > ------------------------------------------------ > > > > | web: http://www.comnets.uni-bremen.de/~mab/ > > | mailto: [email protected] > > | telephone: +49 421 218 62379 > > | building: NW1 room: N2260 > > > > ------------------------------------------------ ------------------------------------------------ | Dipl.-Ing. Markus Becker | Communication Networks | TZI - Center for Computing Technologies | University Bremen | Germany ------------------------------------------------ | web: http://www.comnets.uni-bremen.de/~mab/ | mailto: [email protected] | telephone: +49 421 218 62379 | building: NW1 room: N2260 ------------------------------------------------ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
