Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
node-red-m2x
Advanced tools
A Node-RED node used to interact with the AT&T M2X API. This node is also included out-of-the-box with AT&T's Flow Designer.
AT&T M2X is a cloud-based fully managed time-series data storage service for network connected machine-to-machine (M2M) devices and the Internet of Things (IoT).
The node-red-m2x
node is available as an npm package. Install the node per the Node-RED documentation.
Use node-red-m2x to store time-series data from anything in AT&T M2X and manage your M2X devices.
At its core, this node uses the M2X NodeJS client library and maps the msg
properties to prototypes and methods of said library.
The accepted properties are:
Use the m2x feed
configuration node to set your M2X API Key
msg = {
topic: "devices",
action: "list"
}
msg = {
topic: "devices",
action: "view",
topic_id: "65b89448f954f49e42b746d73b385cbb"
}
msg = {
topic: "devices",
action: "stream",
topic_id: "65b89448f954f49e42b746d73b385cbb",
sub_topic_id: "temperature"
}
This repository includes a Dockerfile
that makes it easier to launch a local instance of node-red and test the M2X node.
Make sure to have a running version of docker on your computer.
make build
make create
After executing those steps, you will have a new container ready for development, you can see it by executing docker ps -a
and start it with docker start node-red
. Once the container is ready, node-red will be running and listening for connections on port 1880 of your docker host.
This software is provided under the MIT license. See LICENSE for applicable terms.
FAQs
A Node-RED node to AT&T M2X
The npm package node-red-m2x receives a total of 62 weekly downloads. As such, node-red-m2x popularity was classified as not popular.
We found that node-red-m2x demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.