Use:
uint8_t NetworkAddr[4]= {0x02,0x99,0x00,0x00}; // Our Network address or Node ID
then look at http://thethingsnetwork.org/api/v0/nodes/02990000/
Which seems to already have a message there.
Andrew
Use:
uint8_t NetworkAddr[4]= {0x02,0x99,0x00,0x00}; // Our Network address or Node ID
then look at http://thethingsnetwork.org/api/v0/nodes/02990000/
Which seems to already have a message there.
Andrew