项目作者: mertsev

项目描述 :
Framework for managing IoT data through Intersystems Cache
高级语言: Apex
项目地址: git://github.com/mertsev/cache-iot-manager.git
创建时间: 2016-07-20T07:53:56Z
项目社区:https://github.com/mertsev/cache-iot-manager

开源协议:MIT License

下载


cache-iot-manager

Framework for managing IoT data through Intersystems Cache and simple angularJs web interface

For more info about this project check out this User/Developer guide

Contains

  • Rest Interface
  • Web GUI
  • Storage
  • Callback mechanism
  • Android application that sends light sensors data to the server

Installation guide

  1. Make sure you have DeepSeeWeb installed
  2. Download the latest release from release page
  3. Create MQTTIOT namespace and switch to it
  4. Import and compile InstallAll.xml
  5. Open terminal and execute the following string:

    1. d ##class(IOT.Installer).setup()
    • It will create mqttrest and mqttweb apps
    • You can delete this class after you initialized the apps
  6. In a web-app called mqttrest add a dispatch class:

    1. REST.Broker
  7. In a web-app called mqttweb enable DeepSee
  8. Copy mqttweb folder into:

    1. %CACHEPATH%/CSP
  9. To use IoT Manager open
    1. server:port/mqttweb/index.html
  10. Install mqtt_app.apk on Android device if you need it

Repo’s used

Attila Tóth’s Cache MQTT client

DeepSeeWeb