el-ddviewer

ECHONET Lite Device Description Viewer

Usage no npm install needed!

<script type="module">
  import elDdviewer from 'https://cdn.skypack.dev/el-ddviewer';
</script>

README

el-ddviewer

2018.07.30

Abstract

ECHONET device description viewerは、ECHONET Liteの仕様書「機器オブジェクト詳細規定」のViewerである。仕様書の内容をJSON dataで表現したELdeviceDescription.jsonを読み込んで表示する。Node.jsのアプリケーションである。

Requirements

Node.jsがインストールされたWindows PC, Macまたは Raspberry Pi

Windows PC, Macintosh or Raspberry Pi on which Node.js is installed.

Installation

ターミナルで "npm install el-ddviewer" を実行する

Execute "npm install el-ddviewer" on a terminal

Launch

Japanese

  1. ECHONET device description viewerがインストールされた directory に移動し、ターミナルで $ node app を実行する
  2. Web Browserを起動し、localhost:3000 をアクセスする
  3. ECHONET device description viewerのGUIが表示される

English

  1. move to the directory where ECHONET device description viewer is installed and execute "node app" on a terminal
  2. Launch a Web Browser and access localhost:3000
  3. GUI of ECHONET device description viewer is displayed