This is a customised Ardupilot firmware builder which allows to integrate custom patches, recall old builds etc. This is hosted on a private server but publicly accessible and the source code can be downloaded by anyone. Detailed instruction on how to build your custom firmware patcher based with this code are in the readme below. A live version of this app can be accessed here: https://ardupilot.equalmass.com

willpiper24 fe30874a9a Create README.md há 4 anos atrás
templates 278123ebe6 additional functionality in viewing directories há 4 anos atrás
.gitignore 519e1f8813 Initial commit há 5 anos atrás
LICENSE 519e1f8813 Initial commit há 5 anos atrás
README.md fe30874a9a Create README.md há 4 anos atrás
app.py 278123ebe6 additional functionality in viewing directories há 4 anos atrás
app_test.py 29cb358c21 Fix tests há 5 anos atrás
wsgi.py a891337a3d Fix typo in import há 5 anos atrás

README.md

ArduPilot Custom Firmware Builder

Summary

This is a website that generates a downloadable custom ArduPilot firmware, based on user selection.

For developers

This website uses the flask library.

To run:

./app.py

For Apache web server http://localhost:8080 :

/usr/local/opt/httpd/bin/httpd -D FOREGROUND