mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add hydris to portnums.proto
this registers port number 78 for hydris hydris is an orchestration layer for sensor and data-based situational awareness. free and open source https://github.com/projectqai/hydris . it can use meshtastic to bridge remote sites
This commit is contained in:
parent
e1a6b3a868
commit
e0f6e97053
1 changed files with 7 additions and 0 deletions
|
|
@ -240,6 +240,13 @@ enum PortNum {
|
|||
*/
|
||||
CAYENNE_APP = 77;
|
||||
|
||||
/*
|
||||
* App for hydris protobuf, open source tactical sensor awareness,
|
||||
* "home assistant for the outdoors"
|
||||
* ENCODING: hydris protobuf
|
||||
*/
|
||||
HYDRIS_APP = 78;
|
||||
|
||||
/*
|
||||
* Private applications should use portnums >= 256.
|
||||
* To simplify initial development and testing you can use "PRIVATE_APP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue