move channel docs into git

This commit is contained in:
Kevin Hester
2021-03-23 12:16:23 +08:00
parent 49b16fdf0c
commit 9e0a2964a4
4 changed files with 141 additions and 1 deletions

View File

@@ -6,5 +6,7 @@ This is a mini design doc for developing the meshtastic software.
* 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)
* [Channels](channels.md) - documentation on how multiple simultaneous channels are used
* [Remote adminstration](remote-admin.md)
* [External client API](device-api.md) and porting guide for new clients (iOS, python, etc...)
* TODO: how to port the device code to a new device.