Hello,
I’m trying to use the digidotcom/python-xbee library.
I use S2C (raw) and i can send data using simple example (github examples) by broadcasting.
I would like to use more of the library and also extract the RSSI value of a message.
I use .read_data() right now and it is not possible to extract RSSI.
Reading the documentation or the github codes doesn’t help me at all…
For example: https://xbplib.readthedocs.io/en/stable/api/digi.xbee.packets.raw.html
How do I create a TX64packet? and how do i get the RX64packet?
Please help!