/*
do not edit:
auto-generated by github.com/seamia/protodot
*/
digraph protodot {
/* package: sys */
/* source: C:/Users/sle11/Documents/VSCode/squeezelite-esp32/protobuf/proto/Network.proto */
/* selection: * */
rankdir=LR;
label="sys";
tooltip="sys";
bgcolor="transparent"
node [
shape=plaintext
fontsize=10
fontname="Ubuntu"
];
/* ------ nodes ------ */
Node_Ja_104 [shape=plaintext tooltip="sys.IP" label=<
IP |
| 14 | ip | string |
| 15 | netmask | string |
| 16 | gw | string |
>];
Node_Ja_100 [shape=plaintext tooltip="google.protobuf.Timestamp" label=<Timestamp |
| 1 | seconds | int64 |
| 2 | nanos | int32 |
>];
Node_Ja_103 [shape=plaintext tooltip="WifiRadioTypesEnum" label=<enum WifiRadioTypesEnum |
PHY_UNKNOWN | 0 |
PHY_11B | 1 |
PHY_11G | 2 |
PHY_11N | 3 |
PHY_LR | 4 |
PHY_WPS | 5 |
PHY_FTM_RESPONDER | 6 |
PHY_FTM_INITIATOR | 7 |
>];
Node_Ja_102 [shape=plaintext tooltip="WifiAuthTypeEnum" label=<enum WifiAuthTypeEnum |
AUTH_UNKNOWN | 0 |
AUTH_OPEN | 1 |
AUTH_WEP | 2 |
AUTH_WPA_PSK | 3 |
AUTH_WPA2_PSK | 4 |
AUTH_WPA_WPA2_PSK | 5 |
AUTH_WPA2_ENTERPRISE | 6 |
AUTH_WPA3_PSK | 7 |
AUTH_WPA2_WPA3_PSK | 8 |
AUTH_WAPI_PSK | 9 |
>];
Node_Ja_109 [shape=plaintext tooltip="PowerSaveTypeEnum" label=<enum PowerSaveTypeEnum |
WIFI_PS_NONE | 0 |
WIFI_PS_MIN_MODEM | 1 |
WIFI_PS_MAX_MODEM | 2 |
>];
Node_Ja_105 [shape=plaintext tooltip="sys.WifiSTAEntry" label=<WifiSTAEntry |
| 1 | ssid | string |
| 2 | bssid | string |
| 3 | channel | uint32 |
| 4 | auth_type | WifiAuthTypeEnum |
| 5 | radio_type | WifiRadioTypesEnum |
| 6 | last_try | google.protobuf.Timestamp |
| 7 | last_seen | google.protobuf.Timestamp |
| 8 | connected | bool |
| 9 | password | string |
| 10 | rssi | uint32 |
>];
Node_Ja_106 [shape=plaintext tooltip="sys.WifiAP" label=<WifiAP |
| 1 | ip | IP |
| 2 | password | string |
| 3 | channel | uint32 |
| 4 | auth_mode | WifiAuthTypeEnum |
| 5 | hidden | bool |
| 6 | max_connection | uint32 |
| 7 | beacon_interval | uint32 |
>];
Node_Ja_107 [shape=plaintext tooltip="sys.Server" label=<Server |
| 1 | cport | int32 |
| 2 | port | int32 |
| 3 | ip | string |
>];
Node_Ja_108 [shape=plaintext tooltip="sys.NetworkConfig" label=<NetworkConfig |
| 1 | disable_dhcp | bool |
| 2 | manual_ip | IP |
[...] | 3 | credentials | WifiSTAEntry |
| 4 | ap | WifiAP |
| 5 | sta_polling_max_s | uint32 |
| 6 | ap_duration_s | uint32 |
| 7 | sta_polling_min_s | uint32 |
| 8 | dhcp_tmout_s | uint32 |
| 9 | eth_boot | bool |
| 10 | max_wifi_retry | uint32 |
| 11 | max_ap_num | uint32 |
| 12 | max_ssid_size | uint32 |
| 13 | max_password_size | uint32 |
| 14 | power_save_mode | PowerSaveTypeEnum |
| 15 | max_initial_wifi_attempt | uint32 |
| 16 | wifi_connect_fast_scan | bool |
>];
/* ------ connections ------ */
Node_Ja_108:pomanual_ip:e -> Node_Ja_104:header [color="#000000" tooltip="Ja_108 --> Ja_104"];
Node_Ja_108:pocredentials:e -> Node_Ja_105:header [color="#000000" tooltip="Ja_108 --> Ja_105"];
Node_Ja_105:polast_seen:e -> Node_Ja_100:header [color="#000000" tooltip="Ja_105 --> Ja_100"];
Node_Ja_105:poauth_type:e -> Node_Ja_102 [color="#008000" tooltip="Ja_105 --> Ja_102"];
Node_Ja_106:poip:e -> Node_Ja_104:header [color="#000000" tooltip="Ja_106 --> Ja_104"];
Node_Ja_108:poap:e -> Node_Ja_106:header [color="#000000" tooltip="Ja_108 --> Ja_106"];
Node_Ja_108:popower_save_mode:e -> Node_Ja_109 [color="#008000" tooltip="Ja_108 --> Ja_109"];
Node_Ja_105:poradio_type:e -> Node_Ja_103 [color="#008000" tooltip="Ja_105 --> Ja_103"];
Node_Ja_105:polast_try:e -> Node_Ja_100:header [color="#000000" tooltip="Ja_105 --> Ja_100"];
Node_Ja_106:poauth_mode:e -> Node_Ja_102 [color="#008000" tooltip="Ja_106 --> Ja_102"];
/* generated by github.com/seamia/protodot on Sunday, 21-Jan-24 22:15:10 EST */
}