util-lorawan-packets
util-lorawan-packets copied to clipboard
C-Lang LoRaWAN packet parser & encoder
Results
2
util-lorawan-packets issues
Sort by
recently updated
recently updated
newest added
Hi, i found a issue about the library, the function is located in the path(/util-lorawan-packets/lw_packets.c LoRaWAN_MarshalPacket()) the code is following: if (packet->BODY.JoinAccept.hasCFlist) { memcpy(&(outBuffer[pos]), packet->BODY.JoinAccept.CFlist.FreqCH4, 3); pos += 3; memcpy(&(outBuffer[pos]),...
Hi, could you please provide a simple example code how to implement this library?