Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktemkin/pyfwup
you know, the sound of packets flowing over a wire
https://github.com/ktemkin/pyfwup
Last synced: about 2 months ago
JSON representation
you know, the sound of packets flowing over a wire
- Host: GitHub
- URL: https://github.com/ktemkin/pyfwup
- Owner: ktemkin
- License: bsd-3-clause
- Created: 2024-05-16T18:11:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T18:12:02.000Z (8 months ago)
- Last Synced: 2024-12-01T09:28:39.784Z (about 2 months ago)
- Language: Python
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python FirmWare UPloader
pyfwup (pronouned py-fwup; like the noise of packets flying over a wire) is a toolkit for interfacing with various microcontroller bootloaders. It is meant to allow firmware updates (and live programming) of various devices from your python tools.
It's also useful to provide a set of DFU-ish utilities that are platform-agnostic, that don't require a build environment, and that can be pulled down with simple 'pip' commands or as setup.py dependencies.