Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 497 Bytes

File metadata and controls

47 lines (32 loc) · 497 Bytes

emerging-tech-web

pubnub api

streams from the sensor network

network_def

gives the devices connected to the network

{
  01ef: "0123456789abcdef"
}

outbound

gives all readings from the network

{
  node:    "01ef",
  payload: "0007"
}

node-01ef

gives the reading from a particular device

"0007"

streams to the sensor network

inbound

sends 0007 to node 01ef

{
  node:    "01ef",
  payload: "0007"
}