kopia lustrzana https://github.com/meshtastic/protobufs
Merge branch 'dev1.2' of https://github.com/meshtastic/Meshtastic-protobufs into dev1.2
commit
2def8ece61
|
@ -1,13 +1,14 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "AdminProtos";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
import "mesh.proto";
|
||||
import "radioconfig.proto";
|
||||
import "channel.proto";
|
||||
|
||||
option java_outer_classname = "AdminProtos";
|
||||
|
||||
/* This message is handled by the Admin plugin and is responsible for all settings/channel read/write operations. This message
|
||||
is used to do settings operations to both remote AND local nodes.
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "AppOnlyProtos";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
import "mesh.proto";
|
||||
import "channel.proto";
|
||||
|
||||
option java_outer_classname = "AppOnlyProtos";
|
||||
|
||||
/*
|
||||
* This message wraps a MeshPacket with extra metadata about the sender and how it arrived.
|
||||
*/
|
||||
|
|
|
@ -20,9 +20,10 @@ syntax = "proto3";
|
|||
*/
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "ChannelProtos";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
option java_outer_classname = "ChannelProtos";
|
||||
|
||||
/*
|
||||
* Full settings (center freq, spread factor, pre-shared secret key etc...)
|
||||
* needed to configure a radio for speaking on a particular channel This
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "DeviceOnly";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
import "mesh.proto";
|
||||
import "radioconfig.proto";
|
||||
import "channel.proto";
|
||||
|
||||
option java_outer_classname = "DeviceOnly";
|
||||
|
||||
/*
|
||||
* This message is never sent over the wire, but it is used for serializing DB
|
||||
* state to flash in the device code
|
||||
|
|
|
@ -20,11 +20,12 @@ syntax = "proto3";
|
|||
*/
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "MeshProtos";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
import "portnums.proto";
|
||||
|
||||
option java_outer_classname = "MeshProtos";
|
||||
|
||||
/*
|
||||
* a gps position
|
||||
*/
|
||||
|
|
Ładowanie…
Reference in New Issue