File access, github access and validation for specifications
modbus2mqtt consists of the following packages:
- @modbus2mqtt/specification.shared: Type definitions and enumerations used for specifications on the @modbus2mqtt/server and @modbus2mqtt/angular
- @modbus2mqtt/specification: Implementation of classes and functions to handle specifications on the file system and in github
- @modbus2mqtt/server.shared: Type definitions and enumerations used for configuration, busses and slaves on the @modbus2mqtt/server and @modbus2mqtt/angular
- @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
- @modbus2mqtt/angular: Angular configuration UI for modbus2mqtt
More details at @modbus2mqtt/server.