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

16 lines
767 B
Markdown
Raw Normal View History

2021-04-01 17:34:44 -07:00
---
id: sw-design
title: Software Design
sidebar_label: Software Design
---
This is a mini design doc for developing the meshtastic software.
- [Build instructions](build-instructions.md)
- [On device plugin API](/docs/developers/device/plugin-api) - a tutorial on how to write small Plugins which run on the device and can message other nodes.
2021-04-01 17:34:44 -07:00
- 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](/docs/developers/device/mesh-alg)
- [External client API](/docs/developers/device/device-api) and porting guide for new clients (iOS, python, etc...)
2021-04-01 17:34:44 -07:00
- TODO: how to port the device code to a new device.