Hi,
I wish to set tx_power in the metadata. I just checked the specifications of
AMPacket interface, it doesnt have one. Can anyone please guide me on how to
set the metadata field.

I am using tinyos 2-x and I have already information to the tossim packet as
in

typedef nx_struct tossim_metadata {


  nx_uint8_t tx_power;                //Added by vijayant
  nx_uint16_t strength;
  nx_uint8_t ack;
  nx_uint16_t time;
} tossim_metadata_t;

#endif



Any help is appreciated.

Thanks,
Vijayant.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to