-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compression Example on the ESP32 #1
Comments
I tried so far but still getting an exception in the looptask. I asked for support in Brotli main library but I guess first need to test the same in a C compiled file out of ESP32 environment to see if my input makes sense. Will update it here if I can get it to work |
thanks @martinberlin :) |
Try the feature/compress branch Reading file '/sensors.json' from FS 349 bytes read into inBuffer from: /sensors.json status: 1 However, trying to increase quality will fail. Anyways it's great to have it working. |
Awesome, I will give that a go shortly and report on how it works. |
Note if you want to go to the lowest transmission protocol, json is definitively not the way to go. |
Thanks Martin, |
Hi Martin, I was wondering if you by any chance had a compression example for the ESP32.
I have quite a few sensors and would like to be able to reduce the size of the overall transmitted data if possible before it is sent to a remote web site and feed in to a javascript decompression routine then stored in a database.
Regards
Andrew
The text was updated successfully, but these errors were encountered: