sudbuster
v1.0.0
Published
Hive Flow is a suite of tools written in Typescript for dealing with state machines and networked logic controllers
Downloads
2
Readme
Hive Flow
Hive Flow is a suite of tools written in Typescript for dealing with state machines and networked logic controllers
Installation
Use the package manager npm to install Hive Flow.
git clone https://github.com/TheTechCompany/sudbuster.git
cd sudbuster
npm i
lerna bootstrap
Usage
Dashboard
npm run start:web
PLC
import { IORunner } from 'io-runner'
const runner = new IORunner(ProgramSepc, DeviceList, '')
runner.init().then(() => {
runner.start();
})
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Packages
- IO-Link IFM IO Link layer
- Management Portal Web portal to monitor and manage sudbuster units in the wild
- Management Backend Backend server to support the management portal