meshtastic-firmware/docs/software/sw-design.md

11 wiersze
739 B
Markdown
Czysty Zwykły widok Historia

This is a mini design doc for developing the meshtastic software.
2020-03-06 02:39:24 +00:00
2020-03-06 03:00:00 +00:00
* [Build instructions](build-instructions.md)
2020-12-11 01:11:53 +00:00
* [On device plugin API](plugin-api.md) - a tutorial on how to write small Plugins which run on the device and can message other nodes.
* [TODO](TODO.md) - read this if you are looking for things to do (or curious about currently missing features)
* Our [project board](https://github.com/orgs/meshtastic/projects/1) - shows what things we are currently working on and remaining work items for the current release.
2020-03-06 02:39:24 +00:00
* [Power Management](power.md)
* [Mesh algorithm](mesh-alg.md)
2020-12-11 01:11:53 +00:00
* [External client API](device-api.md) and porting guide for new clients (iOS, python, etc...)
2020-03-06 02:39:24 +00:00
* TODO: how to port the device code to a new device.