WIP: Enable BLE
TODO: Receive from BLE
This commit is contained in:
parent
666499c240
commit
fd8f28ef33
8 changed files with 741 additions and 10 deletions
|
|
@ -83,7 +83,7 @@ message PositionState {
|
|||
}
|
||||
|
||||
message DenmEvent {
|
||||
required fixed64 timestamp = 1; // DENM reference time as UNIX time
|
||||
required fixed64 timestamp = 1; // DENM reference time as UNIX time (in seconds)
|
||||
required fixed64 validity_end_ts = 2; // UNIX time when event validity ends (from denm.management.validityDuration)
|
||||
required fixed32 station_id = 3; // unique ID of the event when combined with `seq_num`
|
||||
required uint32 seq_num = 4; // unique ID of the event when combined with `station_id`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue