Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 963 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 963 Bytes

Introduction to modbus2mqtt

Introduction

server

server for modbus2mqtt for REST API of configuration and publishing modbus values to mqtt

modbus2mqtt consists of the following packages:

  1. @modbus2mqtt/specification.shared: Type definitions and enumerations used for specifications on the @modbus2mqtt/server and @modbus2mqtt/angular
  2. @modbus2mqtt/specification: Implementation of classes and functions to handle specifications on the file system and in github
  3. @modbus2mqtt/server.shared: Type definitions and enumerations used for configuration, busses and slaves on the @modbus2mqtt/server and @modbus2mqtt/angular
  4. @modbus2mqtt/server: Implementation of classes and functions to provide REST API for the @modbus2mqtt/angular and polling of mqtt and modbus and file handling for busses and slaves
  5. @modbus2mqtt/angular: Angular configuration UI for modbus2mqtt

Installation: