index
:
iot-protocol
main
Specification of a protocol for IoT use cases
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proto
/
discovery.proto
blob: 641d3c118b0b07fcd0fc807f57b66ff1b8ec7230 (
plain
)
1
2
3
4
5
6
7
syntax = "proto3"; option go_package = "/discovery"; message Frame { int32 ttl = 1; }