Skip to content

Commit f3c52d8

Browse files
authored
Update README.md
1 parent 1130cf1 commit f3c52d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ Here are some general principals you should try to adhere to:
9090
* No dynamic memory allocation, except during setup/begin functions.
9191
* Use the same brace and indenting style that's in the core source modules. (A .clang-format is prob going to be added soon, but please do NOT retroactively re-format existing code. This just creates unnecessary diffs that make finding problems harder)
9292

93+
## Road-Map / To-Do
94+
95+
There are a number of fairly major feature features in the pipeline, with no particular time-frames attached yet. In very rough chronological order:
96+
- [X] Companion radio: UI redesign
97+
- [ ] Core: round-trip manual path support
98+
- [ ] Companion + Apps: support for multiple sub-meshes (and 'off-grid' client repeat mode)
99+
- [ ] Core: new framework for hosting multiple virtual nodes on one physical device
100+
- [ ] V2 protocol spec: discussion and concensus around V2 packet protocol, including path hashes, new encryption specs, etc
101+
93102
## 📞 Get Support
94103

95104
- Report bugs and request features on the [GitHub Issues](https://github.com/ripplebiz/MeshCore/issues) page.

0 commit comments

Comments
 (0)