Hi!
I need to send sensor data to my web site in format: 192.168.1.100:3000/posts/adc/DATA
I configured my module by manual(PS: configured by wifi):
<2.28> set ip proto 18
<2.28> set ip host 192.168.1.100
<2.28> set ip remote 3000
<2.28> set comm remote GET$/posts/adc/
<2.28> set option format 7
<2.28> set sys auto 30
<2.28> set q sensor 0xff
<2.28> save
<2.28> reboot
summary
<2.28> get ip
get ip
IF=UP
DHCP=OFF
IP=192.168.1.105:2000
NM=255.255.255.0
GW=192.168.1.1
HOST=192.168.1.100:3000
PROTO=TCP,HTTP,
MTU=1524
FLAGS=0x7
TCPMODE=0x0
BACKUP=0.0.0.0
get comm
OPEN=*OPEN*
CLOSE=*CLOS*
REMOTE=GET /posts/adc/
FlushSize=64
MatchChar=0
FlushTimer=10
IdleTimer=0
CmdChar=$
<2.28> get dns
get dns
DNS=0.0.0.0
Name=Server1
Backup=backup2
After rebooting my wifly module starts to print the following in putty terminal:
<2.28> GET /posts/adc/05801EC108E9098F098606E8082407EA07EC HTTP/1.0
Host: Server1
But, the server is not receiving requests and WiFi router does not detect any packages activity.
However, ping is working fine(with router detecting activity):
<2.28> ping 192.168.1.100
ping 192.168.1.100
Ping try 192.168.1.100
<2.28> 64 bytes from 192.168.1.100: seq=1 ttl=128 time=6.54 ms
64 bytes from 192.168.1.100: seq=2 ttl=128 time=6.71 ms
What I am doing wrong?