Replies: 1 comment 1 reply
-
Disabling encryption is a bad idea. It is also used for stream consistency checking. The most resource greedy part is a FEC. If you want to send only telemetry then CPU usage will be acceptable for esp32. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on porting wifibroadcast TX to esp32, and hope to work with general Wifibroadcast GS.
as you know, esp32 is not a strong CPU(240 Mhz,dual core), and I hope to disable the encryption to save some CPU time.
I have not made a experiment yet, is it worth to do so?
Actually, I'm not familiar with encryption and decryption, and don't know the resource cost by them.
If it's possiable, may be I could help to do this changes?
Beta Was this translation helpful? Give feedback.
All reactions