npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@vfk_research/node-red-contrib-msb

v1.0.3

Published

Nodes to connect to the Manufacturing Service Bus (MSB) developed by VFK Research (Fraunhofer IPA)

Downloads

16

Readme

MSB integration in node-RED flows

Build Status npm version FOSSA Status

Compatibility Matrix

Version compatibility to MSB versions:

| | 1.5.x-RELEASE | 1.6.x-RELEASE | |---|:---:|:---:| | 1.0.x | x | x |

Welcome

If you want to contribute, please read the Contribution Guidelines.

If you want to know how to use this integration in your own node-RED flows, read below.

What is VFK MSB

TODO: Link to general documentation about VFK MSB

You can use this integration to connect a node-RED flow to VFK MSB.

Install package to node-RED

Install npm package to your node-RED instance:

npm install @vfk_research/node-red-contrib-msb

or add the node-red-contrib-msb package via the node-RED package manager.

Available nodes

Available nodes:

  • msb-object node: Main node to set up the self-description and connection to MSB
  • msb-event node: Node to link messages to an MSB event (always wire its output to the msb-object node)
  • msb-config node: Node to get the current value of a MSB configuration parameter

Restrictions

Currently, only one msb-object node should be used within the same Node-Red instance. A single Node-Red instance is able to represent only one samrt objectconnected to the VFK MSB.

Sample flow

You can use this sample flow to test the capabilities of the nodes:

Sample node-RED flow

To connect the flow to an MSB instance and test it, some steps need to be done:

  1. Update following field in the msb-object node:
    • UUID: You can create UUIDs using this Online Generator.
    • Token: Choose your token to be used in MSB verification later
    • MSB-URL: Set the URL to your MSB instance (websocket interface)
  2. Deploy the flow - this will establish the connection to MSB
  3. Verify your node app in MSB GUI
  4. Now you are ready to test messages from the node app to MSB (use the inject-nodes)
  5. Optional: if you also want to test incoming messages from MSB to the node app, you can add an integration flow in MSB GUI linking hte node app events to its functions (just for testing) e.g. Sample node-RED flow

License

FOSSA Status