2024-01-01 17:50:24 +01:00
2024-01-01 17:32:49 +01:00
2023-12-30 10:16:29 +01:00
2023-12-21 10:21:52 +01:00
2023-11-01 23:44:43 +01:00
2024-01-01 17:50:24 +01:00
2023-12-21 10:22:43 +01:00
2024-01-01 17:41:41 +01:00

Multimessagebroker

This software was created as part of my diploma thesis. It should make the Industry 4.0 accessible to brownfield machines.

It works like a gateway by serving a I4.0 Interface (the Asset Administration Shell) and an arbitrary protocol to connect to the asset.

  • lib contains the main logic for the library.
  • example shows how to use the lib
  • testasset contains a simple script that pushes some values on MQTT
  • owntest.json contains the AASX description of the testasset

lib must be build first, as it's currently not in npm and example uses it by path. Both can be built using npm run build and both have documentation that can be created using npm run docs. (Of course you have to run npm install before.)

S
Description
No description provided
Readme LGPL-2.1
198 KiB
Languages
TypeScript 97.5%
JavaScript 2.4%
Dockerfile 0.1%