kopia lustrzana https://github.com/meshtastic/protobufs
Add RNS Tunnel App Portnum
- Added RNS tunnel app to Port 76 - Encoding is handled by RNS_Over_Meshtastic apppull/656/head
rodzic
c261bd71aa
commit
0c818c0ae8
|
@ -206,6 +206,12 @@ enum PortNum {
|
||||||
*/
|
*/
|
||||||
POWERSTRESS_APP = 74;
|
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.
|
* Private applications should use portnums >= 256.
|
||||||
* To simplify initial development and testing you can use "PRIVATE_APP"
|
* To simplify initial development and testing you can use "PRIVATE_APP"
|
||||||
|
|
Ładowanie…
Reference in New Issue