svpcom / wfb-ng

WFB-NG - the next generation of long-range packet radio link based on raw WiFi radio
https://docs.px4.io/main/en/tutorials/video_streaming_wifi_broadcast.html
GNU General Public License v3.0
962 stars 228 forks source link

[REQUEST] Make encryption optional on the GS #357

Open ugnich opened 1 month ago

ugnich commented 1 month ago

Is it possible to make the encryption optional on the GS to be able to receive the unencrypted video feed from https://github.com/RomanLut/hx-esp32-cam-fpv ?

svpcom commented 1 month ago

No, encryption is a part of protocol

ugnich commented 1 month ago

Looking at the protocol docs now. You have packet_type = 1 for data and packet_type = 2 for session packets. Can we add packet_type = 3 for unencrypted data packets with FEC only?