We are about to switch to a new forum software. Until then we have removed the registration on this forum.
somebody knows how i can use processing to send data to thingspeak ???
it has a rest api so it should be possible to just use http request library to talk to it.
also, 5 seconds of googling found a java client for it, which you can probably import and use
https://github.com/angryelectron/thingspeak-java
how i import and use that ?
thanks i use the http client and works!!
Answers
it has a rest api so it should be possible to just use http request library to talk to it.
also, 5 seconds of googling found a java client for it, which you can probably import and use
https://github.com/angryelectron/thingspeak-java
how i import and use that ?
thanks i use the http client and works!!