progress on re readdition of the mesh router

This commit is contained in:
geeksville
2020-03-06 19:52:34 -08:00
parent 10289ed11a
commit 87782cdf8f
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
This is a mini design doc for various core behaviors...
This is a mini design doc for developing the meshtastic software.
* [Build instructions](build-instructions.md)
* [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.
* [Power Management](power.md)
* [Mesh algorithm](mesh-alg.md)
* [Bluetooth API](bluetooth-api.md) and porting guide for new clients (iOS, python, etc...)