From 0c818c0ae86a29c9a56d38538e921f301324d94b Mon Sep 17 00:00:00 2001 From: landandair Date: Thu, 6 Mar 2025 17:56:37 -0600 Subject: [PATCH] Add RNS Tunnel App Portnum - Added RNS tunnel app to Port 76 - Encoding is handled by RNS_Over_Meshtastic app --- meshtastic/portnums.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index a4b55e5..c711afa 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -206,6 +206,12 @@ enum PortNum { */ POWERSTRESS_APP = 74; + /* + * Reticulum Network Stack Tunnel App + * ENCODING: Fragmented RNS Packet. Handled by Meshtastic RNS interface + */ + RETICULUM_TUNNEL_APP = 76; + /* * Private applications should use portnums >= 256. * To simplify initial development and testing you can use "PRIVATE_APP"