Right now I don't have a GPRS/EDGE module that I've tested (or have modules for) I'm afraid. It's on my list of things to get and try out though.
It seems like a lot of GPRS modules use AT commands to allow you to make TCPIP connections, and they're very similar to the ESP8266 discussed here - there's some code at that link to make an HTTP connection to the module and it should be pretty easy to modify it so you can use it with a GPRS module.
I'll be adding support for the ESP8266 to Espruino itself quite soon, and I plan to make sure it'll work with a GPRS module too.
By the way there's also some code here to handle SMS text messages, so you could always send readings via that (although that probably isn't what you want).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Right now I don't have a GPRS/EDGE module that I've tested (or have modules for) I'm afraid. It's on my list of things to get and try out though.
It seems like a lot of GPRS modules use AT commands to allow you to make TCPIP connections, and they're very similar to the ESP8266 discussed here - there's some code at that link to make an HTTP connection to the module and it should be pretty easy to modify it so you can use it with a GPRS module.
I'll be adding support for the ESP8266 to Espruino itself quite soon, and I plan to make sure it'll work with a GPRS module too.
By the way there's also some code here to handle SMS text messages, so you could always send readings via that (although that probably isn't what you want).