mobileproxy.app

Jūsu proxy izmantošana

Wi-Fi sadale

Wi-Fi sadale ļauj tālrunim izmantot divus tīklus vienlaikus: vadības tunelis izmanto jūsu Wi-Fi, kamēr proxy datplūsma joprojām izbeidzas caur SIM. Izejas IP paliek mobilā tīkla; jūsu mobilo datu plāns veic aptuveni pusi darba.

Kā tas darbojas

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.

Izejas IP vienmēr ir operatora
Sadale pārvieto tikai tuneļa posmu. Katra izejas ligzda ir piesaistīta mobilā tīkla saskarnei OS līmenī, tāpēc pieprasījums vienmēr atstāj tālruni caur mobilajiem datiem — mērķi redz operatora IP, nekad jūsu Wi-Fi adresi, neatkarīgi no tā, vai Wi-Fi ir vai nav.

Kad tā ir aktīva

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.

Statusa nolasīšana

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, … }, … }

Vairāk par ierīces stāvokļa nolasīšanu ir sadaļā Statuss un lietojums.