We use dweet as a contra for testing online services
If your product, device, machine, gadget or thing can connect to the Internet,
it can use dweet.io to easily publish and subscribe to data.
dweet.io doesn't require any setup or sign-up— just publish and go.
Send data from your thing to the cloud by "dweeting" it with a simple HAPI
web API. You can also play with dweet.io using our API console.
To dweet from your service, simply call a URL like:
Just replace axion-sms-virtual with a unique name.
Any query parameters you add to the request will be added as key-value
pairs to the content of the dweet. For example:
https://dweet.io/dweet/for/axion-sms-virtual?hello=world&foo=bar
You can also send any valid JSON data in the body of the request with a POST.
Dweet.io will also respond to JSONP requests with a ?callback= query parameter.
//: <> (CYTHON START)
cythonize -3 -a -i ObjSmsVirtual.py
Compiling /home/axion/projects/axion/factory.sms/package.core/ObjSmsVirtual.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.sms/package.core/ObjSmsVirtual.py
Updated : 2025-06-09