![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.