You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Please submit PR's using 'dev' as the base branch!
89
89
For minor changes just submit your PR and I'll try to review it, but for anything more 'impactful' please open an Issue first and start a discussion. Is better to sound out what it is you want to achieve first, and try to come to a consensus on what the best approach is, especially when it impacts the structure or architecture of this codebase.
90
90
91
91
Here are some general principals you should try to adhere to:
92
-
* Keep it simple. Please, don't think like a high-level lang programmer. Think embedded, and keep code concise, without any unecessary layers.
92
+
* Keep it simple. Please, don't think like a high-level lang programmer. Think embedded, and keep code concise, without any unnecessary layers.
93
93
* No dynamic memory allocation, except during setup/begin functions.
94
94
* 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)
95
95
@@ -106,7 +106,7 @@ There are a number of fairly major features in the pipeline, with no particular
106
106
-[ ] Core + Apps: support for LZW message compression
107
107
-[ ] Core: dynamic CR (Coding Rate) for weak vs strong hops
108
108
-[ ] Core: new framework for hosting multiple virtual nodes on one physical device
109
-
-[ ] V2 protocol spec: discussion and concensus around V2 packet protocol, including path hashes, new encryption specs, etc
109
+
-[ ] V2 protocol spec: discussion and consensus around V2 packet protocol, including path hashes, new encryption specs, etc
0 commit comments