OPEnSLab-OSU / Loom-V4

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

Urgent, LoRa packet size fix from Loom3 is not implemented in Loom4, but needed #59

Closed udellc closed 1 year ago

udellc commented 1 year ago

Radiohead library for LoRa has a packet limit size for how long data transmissions can be. No way around it it seems (could be wrong). This was fixed in Loom3 by splitting data packets on the transmission side, and reassembling on the hub side. Took a long time for Adam to figure out. We will need this very soon. Please work with Connor to test a fix for this in Loom4!

WL-Richards commented 1 year ago

This is kinda a dupe issue of the invalid MsgPack

WL-Richards commented 1 year ago

It theoretically should be implemented and just needs to be tested

WL-Richards commented 1 year ago

See Version 4.2 https://github.com/OPEnSLab-OSU/Loom-V4/releases/tag/v4.2