Add device callsign

pull/434/head
Ben Meadors 2024-02-08 18:50:14 -06:00
rodzic eda5e8cee2
commit a79560a6ae
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
*Contact.callsign max_size:120 *Contact.callsign max_size:120
*Contact.device_callsign max_size:120
*Status.battery int_size:8 *Status.battery int_size:8
*PLI.course int_size:16 *PLI.course int_size:16
*GeoChat.message max_size:200 *GeoChat.message max_size:200

Wyświetl plik

@ -198,6 +198,11 @@ message Contact {
* Callsign * Callsign
*/ */
string callsign = 1; string callsign = 1;
/*
* Device callsign
*/
string device_callsign = 2;
/* /*
* IP address of endpoint in integer form (0.0.0.0 default) * IP address of endpoint in integer form (0.0.0.0 default)
*/ */