Meshtastic Protobuf Definitions
Go to file
Thomas Göttgens 558ad2f57f
Merge pull request #246 from GUVWAF/develop
Protobuf changes for duty cycle limit
2022-11-29 11:05:47 +01:00
.github update readme 2022-10-31 18:25:09 +10:00
.vscode
.protolint.yaml
LICENSE
README.md update readme 2022-10-31 18:25:09 +10:00
admin.options Use consistant naming + wifiConfig rename 2022-09-08 12:35:39 +10:00
admin.proto Reindexed 2022-11-20 16:13:38 -06:00
apponly.options
apponly.proto fix typo 2022-10-19 17:27:26 +10:00
cannedmessages.options Fixed options for canned messages 2022-08-15 17:48:52 -05:00
cannedmessages.proto Update go package name 2022-10-19 17:03:17 +10:00
channel.options update channel and config options 2022-10-03 09:18:01 +10:00
channel.proto Update go package name 2022-10-19 17:03:17 +10:00
config.options allow more than 256 freq slots. 2022-10-18 08:36:39 +02:00
config.proto Add option to override duty cycle 2022-11-26 20:45:20 +01:00
device_metadata.options Update device_metadata.options 2022-08-07 19:58:16 -05:00
device_metadata.proto Indent 2022-10-30 08:14:22 -05:00
deviceonly.options add capability to switch out the public default key for OEMs (#216) 2022-10-19 20:28:30 +11:00
deviceonly.proto add capability to switch out the public default key for OEMs (#216) 2022-10-19 20:28:30 +11:00
localonly.proto Audio support with codec2, SX1280 on 2.4GHz only for now. 2022-11-02 13:46:35 +01:00
mesh.options Use consistant naming + wifiConfig rename 2022-09-08 12:35:39 +10:00
mesh.proto Add duty cycle limit error 2022-11-26 20:45:30 +01:00
module_config.options fix #240 2022-11-24 10:21:47 +01:00
module_config.proto Protos for pin definitions. Expert mode override existing definitions or add them on other boards. 2022-11-24 00:33:07 +01:00
mqtt.options
mqtt.proto Update go package name 2022-10-19 17:03:17 +10:00
portnums.proto Audio support with codec2, SX1280 on 2.4GHz only for now. 2022-11-02 13:46:35 +01:00
remote_hardware.proto Update go package name 2022-10-19 17:03:17 +10:00
storeforward.proto Update go package name 2022-10-19 17:03:17 +10:00
telemetry.options
telemetry.proto Add QMC5883L Compass Module 2022-11-12 10:59:54 +01:00

README.md

Meshtastic Protobuf Definitions

CI CLA assistant Fiscal Contributors Vercel

Overview

The Protobuf message definitions for the Meshtastic project (used by apps and the device firmware).

Documentation/API Reference

Stats

Alt

Linter Setup

Linting is performed by protolint Once installed, the Visual Studio Code extension Proto Lint will perform linting automatically on save.