PubNub empowers the Internet of Things

PubNub is a globally distributed realtime network that allows you to connect devices securely and reliably. Users and businesses can communicate with their fleet, sensors and devices in realtime, over 4G, WAN and private secure networks.

TempoDB Commands

Request Channel: tempodb

Write Command
pubnub.publish({
    channel : 'tempodb',
    message : {
        "action"   : "write",
        "data"     : [ {"v":1}, {"v":2} ],
        "series"   : "test-series",
        "response" : "50N3l1dzRocjY3dDZ5aG"
    }
});
Read Command
pubnub.publish({
    channel : 'tempodb',
    message : {
        "action"   : "read",
        "series"   : "test-series",
        "response" : "50N3l1dzRocjY3dDZ5aG"
    }
});
Connecting...

Responses

Response Channel: 50N3l1dzRocjY3dDZ5aG

Read & Write Results Area