@jkandasa said:
support for HTTP GET
thank you for your reply, i just created a github issue for it.
cheers.
@jkandasa said:
support for HTTP GET
thank you for your reply, i just created a github issue for it.
cheers.
Hello,
first thanks for this great project! everytime i remember it i come back and there is a new update.
this is my situaltion:
i have 2 weather stations both pushing data to sparkfun phant
weather 1: https://data.sparkfun.com/streams/lzOX7Ry1ZECw233M2bbx
weather 2: https://data.sparkfun.com/streams/YGYQj85jgDIQylEjg3wj
i also have a web relay for turning on/off devices.
i want to see if there is a way to connect sensors from phant to mycontroller using http get or websockets, each stream can be grabbed individually like this: each stream can be grabbed individually like this: https://data.sparkfun.com/output/YGYQj85jgDIQylEjg3wj/tempf and it will only show temperature.
or a json request: https://data.sparkfun.com/output/YGYQj85jgDIQylEjg3wj/latest.json
a great doc explains how to work with phant streams: https://github.com/sparkfun/phant/pull/85
can you please let me know what would be the best approach to make mycontroller collect data from phant streams ?
thanks.