Media server for downloading DVR off of goggles #507
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


This PR adds a simplistic DVR-preview page for offloading DVRs off of goggles without the need of extracting the SD card. (targeting issue #500)
It is somewhat slow (was able to get only 1.5MB/s consistently on 2.4ghz, oddly same speed for 5ghz), so for now the buttons for downloading all of the DVRs act as placeholders since even an hour of flying footage would be loading for hours, so speeds is an issue to solve.
The page is accessible at http://*goggles_IP*:8080/index.html
As of now the server launches when WiFi connects / shares in AP mode. I plan on adding the setting for enabling/disabling later.
I think this idea can be later leveraged for manipulating the goggles settings through the same webpage, maybe dumping / loading the settings.ini file would be the next thing for me when I get DVR side done.