mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
add protobuf stubs
This commit is contained in:
1 parent
d11854c39c
commit
f1adb00c39
5 files changed
+1180
No files matched your search
@@ -0,0 +1,3 @@
|
||||
[submodule "proto"]
|
||||
path = proto
|
||||
url = https://github.com/meshtastic/Meshtastic-protobufs.git
|
||||
@@ -1,6 +1,7 @@
|
||||
# TODO
|
||||
|
||||
- protobuf docs https://developers.google.com/protocol-buffers/docs/pythontutorial
|
||||
- possibly use tk to make a multiwindow test console: https://stackoverflow.com/questions/12351786/how-to-redirect-print-statements-to-tkinter-text-widget
|
||||
|
||||
## Primary API: MeshInterface
|
||||
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
protoc -I=proto --python_out meshtastic mesh.proto
|
||||
File diff suppressed because it is too large.
Load diff
Submodule
+1
Submodule proto added at 79b2cf728c.
Reference in new issue
Block a user