Hello, I'm a student and I'm using tinyOS-2.1.1 with an iris mote. I want to create a java GUI multipurpose,that provide 3 graphs (not calculated at the same time but existing in the same application): 1- show RSSIs at the various frequency channels 2- show EDs at the various frequency channels 3- show PER for various received powers
My idea for the points 1 and 2 would be to send a message from the GUI to the BaseStation, in order to choose to read the RSSI value or the ED value. I know that is possible at compile time,setting RF230_RSSI_ENERGY,but runtime (without re-installing the application on the mote)? It's a possible way or there is a better one? For the point 3, the calculation of PER can be done only with a statistic measurement (number of packets received/number of packets sent) o there is another way? thanks in advance for any reply. Piero De Candido _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
