alzomor
Advanced Member level 2

sim508 programation
HI
I am using SIM508 to connect to My socket Server.
I got a TCP socket server and client c source code, compiled and tested it on the LAN and it was working fine
then I set my ADSLRouter to allow port forwarding to my server PC on port 5000
afet that I issued my AT commands to connect to the server using GPRS
as follow
So what's the problem in my work
note:
*when I connect to google on port 80 it works
*I get the WAN IP for my router using dyndns client program
salam
Hossam Alzomor
HI
I am using SIM508 to connect to My socket Server.
I got a TCP socket server and client c source code, compiled and tested it on the LAN and it was working fine
then I set my ADSLRouter to allow port forwarding to my server PC on port 5000
afet that I issued my AT commands to connect to the server using GPRS
as follow
but I can't get connected to the server and the server program don't detect any connection from clints.at+cgdcont=1,"IP","internet.vodafone.net"
OK
at+cstt="internet.vodafone.net","internet","internet"
OK
at+ciicr
OK
AT+CIFSR
10.253.18.158
AT+CIPSTART="TCP","my IP address","5000"
OK
So what's the problem in my work
note:
*when I connect to google on port 80 it works
*I get the WAN IP for my router using dyndns client program
salam
Hossam Alzomor