I'm trying to implement fuota on an MCU using chirpstack. I've implemented upto downloading fragments & redundancy fragments.
Now I'm stuck at generating missing fragments using already receieved fragments & redundancy fragments.
I tried to do an implementation using https://lora-alliance.org/wp-content/uploads/2020/11/fragmented_data_block_transport_v1.0.0.pdf
Hovewer the way chirpstack creates redundancy fragments seems to be different.
Anyone tried this or have some insight? -TIA