bko
May 11, 2014, 2:09am
11
HI @georgeprofenza
Are the two computers (the one that works and the one that doesn't) on the same wireless network? The same OS? I guess I would run curl -v ...
to print more information. You could also try reinstalling curl on the bad one.
georgeprofenza:
Also, I plan to poll the api for a read once every few seconds, but I think that's not very nice for your servers. Is there an easy way using the Tinker API to listen for an event when a read value goes past a threshold ?
You should look at the Spark.publish API and this tutorial:
Here’s a tutorial to get you started using Spark.publish(). Let’s imagine you want to monitor your core’s uptime, that is, how many hours, minutes, and seconds since the last time the core was reset or powered-up and view it on a web page that you...
Reading time: 15 mins 🕑
Likes: 100 ❤
or this one
Let’s say you have looked at the Getting Started with Spark.publish() tutorial, but you need to send data that needs more processing once it gets to its destination on the web. You have a lot of choices for the data format, but one simple choice...
Reading time: 23 mins 🕑
Likes: 63 ❤