1.0.0 • Published 3 years ago

sudbuster v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Hive Flow

Hive Flow is a suite of tools written in Typescript for dealing with state machines and networked logic controllers

Dashboard Screenshot

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

License

GPLv3