Skip to content
/ PDK Public
forked from SSU-NC/toiot

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

Notifications You must be signed in to change notification settings

seheee/PDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

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