reboot
$$$
factory RESET
set wlan join 0 ;Stop device connecting while we set up
set wlan ssid TECHNIC-IKS ;Local SSID to connect to wait 'AOK'
set wlan phrase ********* ;WLAN password for local access point
set wlan auth 4 ;Using WPA in this example
set sys iofunc 0x50 ;red for TCP connection, green for WLAN
set wlan join 1 ;Connect to LAN
set time zone 0 ;GMT / UTC time zone
set time enable 1 ;Enable RTC
set ip proto 18 ;turn on HTTP mode=0x10 + TCP mode = 0x2
set dns name http://127.0.0.1/ ;name of your webserver VertrigoServ
set ip host 0 ;so module will use DNS
set ip remote 80 ;standard webserver port
set com remote GET$/index.php?DATA= ;sample server application
set q sensor 0xff ;sets module to sample all 8 sensor channels
set sys auto 120 ;automatically make the connection every 60 seconds
set option format 0x1f ;send the header plus the sampled binary data converted to ASCII format
set option device PHPdemo ;Set an ID to identify this 'application'
save
reboot
1)My rn settings:
reboot
$$$
factory RESET
set wlan join 0 ;Stop device connecting while we set up
set wlan ssid TECHNIC-IKS ;Local SSID to connect to wait 'AOK'
set wlan phrase ********* ;WLAN password for local access point
set wlan auth 4 ;Using WPA in this example
set sys iofunc 0x50 ;red for TCP connection, green for WLAN
set wlan join 1 ;Connect to LAN
set time zone 0 ;GMT / UTC time zone
set time enable 1 ;Enable RTC
set ip proto 18 ;turn on HTTP mode=0x10 + TCP mode = 0x2
set ip host 192.168.1.100
set ip remote 80 ;standard webserver port
set com remote GET$/MyProg.php?DATA= ;sample server application
set q sensor 0xff ;sets module to sample all 8 sensor channels
set sys auto 120 ;automatically make the connection every 60 seconds
set option format 0x1f ;send the header plus the sampled binary data converted to ASCII format
set option device PHPdemo ;Set an ID to identify this 'application'
save
reboot