OPEnSLab-OSU / Loom-V4

Open Source Internet Of Things Rapid Prototyping Framework For Environmental Sensing Applications
5 stars 1 forks source link

InvalidInput Msg Pack Failed #58

Closed WL-Richards closed 1 year ago

WL-Richards commented 1 year ago

Describe the bug LoRa fails to serializeMsgPack due to InvalidInput

Hardware in Use Dendrometer Node / Hub

To Reproduce Send a packet with a length greater than 251

Expected behavior We should split packets that are too long

Fix

WL-Richards commented 1 year ago

Possible Fix First packet just headers and Timestamp along with the number of packets to expect to follow

All subsequent packets are just the individual modules which are then added back into the contents on the hub