cottak 0.1.0

A built in test application for Linux using dynamic libraries in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax = "proto3";
option optimize_for = LITE_RUNTIME;

package atakmap.commoncommo.protobuf.v1;

// All items are required unless otherwise noted!
// "required" means if they are missing on send, the conversion
// to the message format will be rejected and fall back to opaque
// XML representation
message Takv {
     string device = 1;             // device=
     string platform = 2;           // platform=
     string os = 3;                 // os=
     string version = 4;            // version=
}