mobileproxy.app

Používanie vášho proxy

Rozdelenie Wi-Fi

Rozdelenie Wi-Fi umožňuje telefónu používať dve siete naraz: riadiaci tunel ide po vašej Wi-Fi, kým proxy prenos stále vystupuje cez SIM. Exit IP zostáva mobilná; váš dátový program odvedie zhruba polovicu práce.

Ako to funguje

Wi-Fi split is an explicit preference and starts off disabled. Enable it in the phone app, dashboard, or API when you want the control tunnel to use Wi-Fi while proxy egress remains cellular. The desired setting can briefly differ from what the phone reports while a command is pending.

Exit IP je vždy IP operátora
Rozdelenie presúva len úsek tunela. Každý výstupný socket je na úrovni OS naviazaný na mobilné rozhranie, takže požiadavka opúšťa telefón vždy cez mobilné dáta — ciele vidia IP operátora, nikdy adresu vašej Wi-Fi, bez ohľadu na to, či je Wi-Fi prítomná.

Kedy je aktívne

It is active only after you enable it and the paired phone reports that Wi-Fi is enabled. If Wi-Fi disappears, cellular egress remains available and the reported state changes separately from your saved preference.

Čítanie stavu

Read wifi_split as the desired setting and reported.wifi_enabled as the phone's observed state. reported.wifi_can_toggle tells you whether Android permits remote Wi-Fi changes.

curl https://mobileproxy.app/api/v1/subscriptions/SUBSCRIPTION_ID/state \
     -H "Authorization: Bearer mpx_live_…"

# → { "subscription_id": "sub_…", "wifi_split": true,
#     "reported": { "wifi_enabled": true, "wifi_can_toggle": false, … }, … }

Viac o čítaní stavu zariadenia nájdete v časti Stav a spotreba.