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:
Arvid E. Picciani 2026-02-10 21:31:32 +01:00 committed by GitHub
parent e1a6b3a868
commit e0f6e97053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"