Timer for the Core

Hi @Daisuke

It sounds like you want the core to do an HTTP GET request to server on the internet and parse the resulting JSONP string. You can do that! You will only have trouble if the response from the server that needs to be parsed is very long and you have memory problems on the core.

I would start with this library: