Goby3  3.1.5
2024.05.14
linebasedcomms.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "goby/protobuf/option_extensions.proto";
3 
4 package goby.util.protobuf;
5 
6 message Datagram
7 {
8  required string data = 1;
9  optional string src = 2;
10  optional string dest = 3;
11  optional double time = 4;
12 }