Hi All, Need guidance on this one. I am running deluge on my system, works fine. I , then just made one change in the DelugeAdMsg structure in tos/lib/Deluge/DelugeMsg.h. I just added one field uint8_t destAddr right next to uint16_t sourceAddr. It compiles fine but now I am not able to receive any of the messages from the pc ex. ping, inject etc.
Then I thought it might be because msg size is getting too large by adding a field, so then I changed the field sourceAddr from uint16_t to uint8_t so that the total message size remains the same as the original one, still it doesnt recieve any messages. Can anybody guide me on this, are we not allowed to change the structure of the message, if we can where else the changes need to be made so that the messages are received properly. Thanks Vishal Bhatia _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
