Skip to content

seheee/PDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDK

Internet of Things platform for device management, data collection, analytics and visualization, remote control and more.

pdk_arch

Table of contents

Result

Requirement

Build & Installation

API

  • GET /node/regist
    • get all node informations
  • POST /node/regist -d {"name":string, "location":string, "sensors":[string...]}
    • register node info
  • POST /node/sensor -d {"node_uuid":string, "sensor_uuid":string}
    • connect sensor info to node
  • GET /sensor/info
    • get all sensor informations
  • POST /sensor/regist -d {"name":string, "num_of_values":int, "value_names":[string...]}
    • register sensor info

Help

About

Internet of Things platform for device management, data collection, analytics and visualization, remote control and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 51.7%
  • Go 45.9%
  • HTML 1.5%
  • Other 0.9%