Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1011 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 1011 Bytes

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