Beam your byte - dweet like a rogue AI.
No setup. No signup. Just pure data in the wild. Broadcast like it’s pirate radio for your devices.
dweetr.io is bare-bones IoT comms, fire and forget. Your fridge, drone, toaster, whatever, if it speaks TCP, it can dweet.
This is M2M stripped to the silicon. Lo-fi, high-power.
MESSAGING FOR THE INTERNET OF THINGS, FREE, SIMPLE AND EASY TO USE!
Send data from your thing to dweetr by “dweeting” it with a simple HAPI type web API. You can also play with dweetr.io using our API console.
Quick Start
Send a message:
curl "http://dweetr.io/dweet/for/my-thing-name?temperature=21&unit=c"
Send a message quietly:
curl "http://dweetr.io/dweet/quietly/for/my-thing-name?temperature=21&unit=c"
Get the latest message:
curl "http://dweetr.io/get/latest/dweet/for/my-thing-name"
Get all dweets for a thing:
curl "http://dweetr.io/get/dweets/for/my-thing-name"
Listen for real-time updates:
curl -N "http://dweetr.io/listen/for/dweets/from/my-thing-name"
Realtime updates in browser:
http://dweetr.io/realtime.html?thing=my-thing-name
Show graphs for dweets:
http://dweetr.io/follow/my-thing-name
Send a private dweet, JSON will return unique token:
curl "http://dweetr.io/dweet/for/my-thing-name?temp=23&private=1"
Fetch the latest private dweet:
curl "http://dweetr.io/get/latest/dweet/for/my-thing-name?auth=YOUR_TOKEN"
DWEETr count: 59
Check out a few of the things that are dweeting now.