mirror of
https://github.com/meshtastic/python.git
synced 2026-01-22 22:58:04 -05:00
add protobuf stubs
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "proto"]
|
||||
path = proto
|
||||
url = https://github.com/meshtastic/Meshtastic-protobufs.git
|
||||
1
TODO.md
1
TODO.md
@@ -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
|
||||
|
||||
|
||||
4
bin/regen-protos.sh
Executable file
4
bin/regen-protos.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
protoc -I=proto --python_out meshtastic mesh.proto
|
||||
1171
meshtastic/mesh_pb2.py
Normal file
1171
meshtastic/mesh_pb2.py
Normal file
File diff suppressed because it is too large
Load Diff
1
proto
Submodule
1
proto
Submodule
Submodule proto added at 79b2cf728c
Reference in New Issue
Block a user