Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cj667113/simple_github_ota_updater
Simple python OTA updater
https://github.com/cj667113/simple_github_ota_updater
github github-api iot micropython ota ota-update ota-updater otaupdate otaupdater python
Last synced: about 2 hours ago
JSON representation
Simple python OTA updater
- Host: GitHub
- URL: https://github.com/cj667113/simple_github_ota_updater
- Owner: cj667113
- License: gpl-3.0
- Created: 2019-05-25T22:36:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T18:49:19.000Z (about 5 years ago)
- Last Synced: 2024-10-31T08:42:24.722Z (7 days ago)
- Topics: github, github-api, iot, micropython, ota, ota-update, ota-updater, otaupdate, otaupdater, python
- Language: Python
- Size: 52.7 KB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Github OTA Updater [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TZJP4R4BUD6JA¤cy_code=USD&source=url)
This simple over the air updater script will automatically go out to github, look at the dates in which new code is committed and will update the current code running.
Also note, after using the updater, you will need to restart your main code in order for the new code to take effect. This is required to reload the new changes into memory.
## To Install:
```
pip install sgota
```
```
upip install usgota
```