nmattisson / HttpClient

Http Client Library for the Spark Core (also well suited for Arduino and other embedded platforms).
Other
121 stars 150 forks source link

calling local IPs #17

Closed snizzleorg closed 8 years ago

snizzleorg commented 9 years ago

I'm trying to call a local IP but no success. I can call the same server if I forward the port and use the external IP. however using the local IP I cannot get any connection - Any idea why this may be?

grrodre commented 9 years ago

Same issue here. I think it has to do with the WiFi chip and firmware itself. If you ping from your local server to the Spark ip you wont have a response but then Spark will be able to connect to that IP.

Regards.Greg.

nmattisson commented 9 years ago

This is probably a problem lower in the stack. Have you tried using the TCP library to see if the problem persists?