Hello everyone,
I'm using xbee-api to build a WSN. However, every packet that is received by the Raspberry Pi that is my sink (coordinator) has "rx" as its 'id' field. I would like to have different kinds of packets thus parsing them differently depending on their 'id' field. Is this possible?
I performed a 'grep -R "rx" *' where I have my libraries but there was no explicit declaration of this field... That's why I'm asking here ;-)
Thanks in advance,
Alejandro