ios - How to connect to a server with iPhone (without Browser) -


i want communicate between arduino , iphone. idea arduino hosts small server accessible local network , iphone gives information connecting , doing specific http request (i hope thats called, please don't bite if isn't). example: 124.566.123(someip)/p1 (the request information). "p1" maybe set pin 1 high. whole process should invisible user, meaning no browser should opened or so. there way (using objective-c)?

there number of ways this!

when "http get" - referring communicating server on port 80. so, there multiple ways "http get" request iphone - best way to use curl - this question should on right track.

all-in-all --- arduinos not best chips web-serving - - - while possible, server-side rendering , whatnot limited -

if serious kind of project, recommend upgrading pi or beagle bone black - - not serve more effectively, allow more flexibility -

good luck!


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -