3 Switch Network Mode

V0.0.1

3.1 Histroy

  • 2014-03-14, rayoslee, release V0.0.1

3.2 FAQ

  1. How to switch Skyeye network type from Soft-AP to Infrastructure (or Client or Station)?

    You can choose the way of 1.1 or 1.2 to complete it.

    1.1. Please modify /etc/network_config in SD1-1 as below:

    .....
    .....
    GATEWAY 192.168.10.1
    NETWORK_TYPE Infra
    --- SSID //delete it
    +++ SSID GRI_test //add your AP's
    AUTH_MODE OPEN
    ENCRYPT_TYPE NONE
    AUTH_KEY 
    WPS_TRIG_KEY POWER
    
    P2P_IPADDR 192.168.100.1
    P2P_SSID SkyEye_S605
    P2P_AUTH_MODE WPA2PSK
    P2P_ENCRYPT_TYPE AES
    P2P_AUTH_KEY 12345678
    P2P_CHANNEL 1

    And plug SD card and power on SkyEye to enter SkyEye-Station.

    1.2. From Soft-AP Web page, please select [Network Config] on the left side of the page. And key-in your “SSID” on the center side of the page. Next, click “Save” then “Reboot” button of the page.

  2. How to test your Skyeye-Station(Client)?

    Let your NB links to your-AP-SSID that is the same one as 1)’s description. Open your putty(debug console) and check your SkyEye-Station IP (if it is 192.168.11.38).
    Next, run NB’s browser to go to 192.168.11.38 to open SkyeEye Web page. SkyEye is on Station mode, if you see it.

  3. How to switch Skyeye network type from Infrastructure (or Client or Station) to Soft-AP?

    • Please follow through 1. and erase SSID to be blank.
    • Reboot it again. It will be Soft-AP mode.