Skip to content

Commit

Permalink
Merge pull request meshtastic#204 from GUVWAF/master
Browse files Browse the repository at this point in the history
Request PortNum for Simulator App
  • Loading branch information
andrekir authored Oct 1, 2022
2 parents 0328a52 + 264f9e7 commit dabfdfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions portnums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ enum PortNum {
*/
ZPS_APP = 68;

/*
* Used to let multiple instances of Linux native applications communicate
* as if they did using their LoRa chip.
* Maintained by GitHub user GUVWAF.
* Project files at https://github.com/GUVWAF/Meshtasticator
*/
SIMULATOR_APP = 69;

/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"
Expand Down

0 comments on commit dabfdfb

Please sign in to comment.