From 65f86a42dc25e2ef067e8c44e7ed688099aeba27 Mon Sep 17 00:00:00 2001 From: apt105 <73254487+apt105@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:59:37 +0100 Subject: [PATCH] Update port-numbers.md --- website/docs/developers/device/port-numbers.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/developers/device/port-numbers.md b/website/docs/developers/device/port-numbers.md index cdd8cf99..d6907da5 100644 --- a/website/docs/developers/device/port-numbers.md +++ b/website/docs/developers/device/port-numbers.md @@ -8,9 +8,11 @@ For any new apps that run on the device or via sister apps on phones/PCs they sh If you are making a new app using meshtastic, please send in a pull request to add your 'portnum' to this master table. PortNums should be assigned in the following range: -* 0-63 - Core Meshtastic use, do not use for third party apps -* 64-127 - Registered 3rd party apps, send in a pull request that adds a new entry to portnums.proto to register your application -* 256-511 - Use one of these portnums for your private applications that you do not want to register publically +| Portnum | Usage | +| --- | --- | +| 0-63 | Core Meshtastic use, do not use for third party apps | +| 64-127 | Registered 3rd party apps, send in a pull request that adds a new entry to portnums.proto to register your application | +| 256-511 | Use one of these portnums for your private applications that you do not want to register publically | All other values are reserved.