Closed sthgrau closed 6 years ago
Unfortunately Phant, our data-streaming service, is no longer in service and will be discontinued. The system has reached capacity and, like a less-adventurous Cassini, has plunged conclusively into a fiery and permanent retirement. There are several other maker-friendly, data-streaming services and/or IoT platforms available as alternatives. The three we recommend are Blynk, ThingSpeak, and Cayenne. You can read our blog post [ https://www.sparkfun.com/news/2413 ] on the topic for an overview and helpful links for each platform.
I noticed that the output to stderr was duplicated. I tracked it down to the validator, where the incoming data is printed once for every data field. I don't see that the data is changed at all within that loop, so there is no need to keep printing it out. It is also not immediately usable json, so I added a stringify. Patch below.