Liefert die Inhalte einer Verbindung zwischen zwei APs basierend auf deren IPs

GET /api/v1/link/192.168.1.96-192.168.2.36?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "endpoints": [
        {
            "quality": 1.0,
            "interface": {
                "addresses": [
                    {
                        "id": 1094,
                        "address": "192.168.2.36",
                        "family": "inet",
                        "netmask_prefixlen": 16,
                        "interface": 944
                    }
                ],
                "if_name": "wlan0",
                "if_hwaddress": "fc:ec:da:66:b7:2d",
                "is_wireless": true,
                "wifi_attributes": [
                    {
                        "interface": 944,
                        "wifi_ssid": "PhiloTurm-Suedwest.on-i.de",
                        "wifi_bssid": "fc:ec:da:66:b7:2d",
                        "wifi_driver": "nl80211",
                        "wifi_hwmode": "802.11an",
                        "wifi_mode": "master",
                        "wifi_channel": 48,
                        "wifi_freq": "5.240",
                        "wifi_transmit_power": 20,
                        "wifi_signal": -67,
                        "wifi_noise": -95,
                        "wifi_bitrate": "78.0",
                        "wifi_crypt": "Plain",
                        "wifi_vaps_enabled": false
                    }
                ],
                "accesspoint": "192.168.2.36"
            }
        },
        {
            "quality": 0.979,
            "interface": {
                "addresses": [
                    {
                        "id": 839,
                        "address": "192.168.1.96",
                        "family": "inet",
                        "netmask_prefixlen": 16,
                        "interface": 717
                    }
                ],
                "if_name": "wlan0",
                "if_hwaddress": "dc:9f:db:f4:34:a9",
                "is_wireless": true,
                "wifi_attributes": [
                    {
                        "interface": 717,
                        "wifi_ssid": "PhiloTurm-Suedwest.on-i.de",
                        "wifi_bssid": "fc:ec:da:66:b7:2d",
                        "wifi_driver": "nl80211",
                        "wifi_hwmode": "802.11an",
                        "wifi_mode": "client",
                        "wifi_channel": 48,
                        "wifi_freq": "5.240",
                        "wifi_transmit_power": 18,
                        "wifi_signal": -71,
                        "wifi_noise": -95,
                        "wifi_bitrate": "117.0",
                        "wifi_crypt": "Plain",
                        "wifi_vaps_enabled": false
                    }
                ],
                "accesspoint": "192.168.1.96"
            }
        }
    ],
    "id": 399,
    "is_wireless": true,
    "position": {
        "12.1333": 54.08488,
        "12.12868": 54.08195
    },
    "quality": 0.979,
    "timestamp": "2024-03-28T20:00:18.450256Z",
    "wifi_ssid": "PhiloTurm-Suedwest.on-i.de"
}