Page 1 of 1

LOCAL NET CONTROL

PostPosted: Fri Aug 15, 2014 9:22 pm
by spicetraders
I have setup and tested pin sensors, but am still stumbling with NAT issues on my AIRPORT EXTREME going to proper mode for the NAT setup.
In the mean time I would like to control the relays on my computer until I can make Iphone work.
I know the web browser only shows the out put from the contacts. I tried a terminal but could not figure out connecting.
How do I connect and drive the relays.

Re: LOCAL NET CONTROL

PostPosted: Sat Aug 16, 2014 8:05 am
by support
You won't be able to drive the relays outside the application as that web service is secured
with encrypted access tokens for which the algorithm is not public. The status fetching
web service isn't secured, that's why it's working from your web browser.

What you could do instead is, use your iPhone over WiFi and have the app configured using
your Arduino's internal network IP address. This way, it won't require NAT and will allow
you to do all of your testing. Obviously, this will only work when you're on premise.

Best regards,