You can also check out the graph of the stream on analog.io; I'm not actually sure if I'm going to implement talking to plot.ly, since it's not really a data logging platform like Phant.
The bizarre thing is that this works fine entered line-by-line in the terminal, but if I toss it in a lua file and run it with dofile, it doesn't work. But if I change "www.adafruit.com" in sk:connect to the IP for www.adafruit.com, it works in the file. I wonder if there's a race with the DNS where it can't do the DNS lookup fast enough, and then sk:send tries to send before it's completely connected. I'm going to report it to the NodeMCU devs, but for now I'm going to be using the Arduino port to the ESP8266.
I haven't really posted anything worthwhile for a long time on this project, mostly because I've been ridiculously busy with school and other projects.
For a while now, I've been trying to write a C(++) HTTP client for the ESP8266. I'm tired of working on it, and I just want to get to actually logging data.
Back when I decided against NodeMCU, Lua on the ESP8266 was a totally different thing than it is now. It's been open-sourced and improved *incredibly*, and it's so much more reliable and useful now.
I'm going back to Lua, since there's really no reason to be sadistic and force myself to write a C HTTP client.
I have a new Github organization with some libraries I'm working on for Lua, to talk to Phant and Plot.ly. Hopefully I'll have something working before the end of the day :)
This is crazy... but it seems that no one has written a HTTP client library for the ESP8266 which runs natively on the SOC. If you know of one, prove me wrong and leave it in the comments ;)