Skip to content

emerging-tech/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

emerging tech frontend hacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •