Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FullMetalUpdate/fullmetalupdate
FullMetalUpdate Python client application.
https://github.com/FullMetalUpdate/fullmetalupdate
containers continous-integration embedded embedded-systems emmc firmware-update flashes fota hawkbit industrial-linux iot linux oci oci-image ostree ota ota-firmware-updates ota-updater python3 software-update
Last synced: 2 months ago
JSON representation
FullMetalUpdate Python client application.
- Host: GitHub
- URL: https://github.com/FullMetalUpdate/fullmetalupdate
- Owner: FullMetalUpdate
- License: lgpl-2.1
- Created: 2019-03-11T22:51:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T08:11:27.000Z (over 3 years ago)
- Last Synced: 2024-08-02T01:27:35.343Z (5 months ago)
- Topics: containers, continous-integration, embedded, embedded-systems, emmc, firmware-update, flashes, fota, hawkbit, industrial-linux, iot, linux, oci, oci-image, ostree, ota, ota-firmware-updates, ota-updater, python3, software-update
- Language: Python
- Homepage: https://www.fullmetalupdate.io
- Size: 153 KB
- Stars: 21
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-repositories - FullMetalUpdate/fullmetalupdate - FullMetalUpdate Python client application. (Python)
README
FullMetalUpdate is a Python application that handles update for the System on which it is running.
To get started, check the documentation:
[Get Started](https://www.fullmetalupdate.io/docs/documentation/)# How to generate documentation about the project
FullMetalUpdate is now documented as a Sphinx Project, which allow you to generate the documentation locally.
Please follow the commands below.```
sudo apt-get install ostree gir1.2-ostree-1.0
pip install pydbus aiohttp sphinx sphinx-rtd-theme recommonmarkmake html
firefox sphinx/html/index.html
```
# ContributeSee [Contribute](https://www.fullmetalupdate.io/docs/contribute/)
# Contact us
* Want to chat with the team behind the dockerfiles for FMU? [Chat room](https://gitter.im/fullmetalupdate/community).
* Having issues with FullMetalUpdate? Open a [GitHub issue](https://github.com/FullMetalUpdate/fullmetalupdate/issues).
* You can also check out our [Project Homepage](https://www.fullmetalupdate.io/) for further contact options.