meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
87 stars 120 forks source link

Clientonly protobufs as a device profile contract #340

Closed thebentern closed 1 year ago

thebentern commented 1 year ago

This would allow clients to share a common strongly typed data structure for serializing / deserializing a device profile (names, channels, config, module config) so that it can be consistently used across platforms. I'm working on the export functionality as yaml in the C# cli currently.

caveman99 commented 1 year ago

Do we know the max length for the URL? Right now it's not constrained.