decoding received Lora P2P messages
-
In Uiflow2, the Lora Units append the transmitted data to some transmission metrics in a form of tuple.
I need to strip out the json I'm sending in the third part of the tuple from the unwanted information, and get that into a map to access the values. This is proving difficult in UiFlow2. Does anyone have a uiflow2 example of doing this?
(-22, 11, '{"mpa": 1, "cnt": 1, "rly": 1, "v": 66, "l": 1}')
-
well sorted it out by counting characters...however this will break if the preamble data changes length and i can't locate a spec for this protocol.
The UIFlow2 section of the online specs in m5.docs also just says 'coming soon' for UIFlow2....although it does actually exist (albeit undocumented....).
Is there another source for this documentation???