Hi all, I'm interesting in downloading some data from a mote with a Java application using 'mig'-generated classes. I'd like to be able to write the retrieved data to disk for later analysis using Java's serialization mechanism; however, I find that the provided base class, 'net.tinyos.message.Message', does not implement java.io.Serializable.
Is there any reason why 'Message' should not implement Serializable? I could easily make the change locally, but it would be nice if I could eventually share my tool without having to include a modified version of Message. Thanks! Andy Dalton _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
