pgaufillet / SIPy

Meshed LoRa network for SportIdent SRR Orienteering stations based on Pycom LoPy4
GNU General Public License v3.0
7 stars 0 forks source link

Optimize punch packet size #6

Closed pgaufillet closed 4 years ago

pgaufillet commented 4 years ago

For now, the SportIdent packet is transmitted as is through the meshed LoRa network. But among its 20 bytes, only 10 are consumed by MeOS. A basic optimization is therefore to translate the packet before the LoRa transmission instead of after the LoRa transmission.