As suggested by @PatrykPaluch, we could store and send the data in binary format. Since Lora and SD are our biggest bottlenecks I think it's worthwhile to actually make the data as tiny as possible. There is a great crate for that called postcard that works with serde.
As suggested by @PatrykPaluch, we could store and send the data in binary format. Since Lora and SD are our biggest bottlenecks I think it's worthwhile to actually make the data as tiny as possible. There is a great crate for that called postcard that works with serde.