hi friends,
I need to find the ip address of spark core,how to find the ip address of spark
hi friends,
I need to find the ip address of spark core,how to find the ip address of spark
See the doc here
http://docs.spark.io/firmware/#wifi-localip
If you need to get that out of the core, there are many ways including a Spark.variable(), Spark.publish()'ing it, or broadcasting it of UDP.
Also, if you’d like your public IP do a http get to http://bot.whatismyipaddress.com which only returns your public IP.