From e0f6e97053bf5f43ecba49510caa2a5b51ebfd67 Mon Sep 17 00:00:00 2001 From: "Arvid E. Picciani" Date: Tue, 10 Feb 2026 21:31:32 +0100 Subject: [PATCH] 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 --- meshtastic/portnums.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 918b063..ee5fd27 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -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"