Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
node-red-contrib-blynk-ws
Advanced tools
Node Red integration with Blynk App and Server through websockets
Blynk app integration with Node Red using WebSockets protocol
This works for both local and cloud Blynk servers. For local, wss:// works if you ve got a certificate installed on Blynk cloud server. For Blynk cloud server, you can use ws://blynk-cloud.com:8080/websockets or with SSL wss://blynk-cloud.com:9443/websockets as the server url.
If you installed Node Red globally use this command to install
npm install --global node-red-contrib-blynk-ws
Supports both SSL wss:// and non secure ws:// connection to local server and Blynk cloud server.
Use Raspberry PI as hardware to access 128 virtual pins or Generic Board for 32.
See help of every nodes
Use the verbose -v
flag when starting Node-Red to get more information
or use node-red-log
and enable log on Configuration Node as needed
This library is retrocompatible and can replace node-red-contrib-blynk-websockets. To do this:
npm install node-red-contrib-blynk-ws
npm uninstall node-red-contrib-blynk-websockets
eg: "my-flows.js"
search for 'blynk-websockets-' and replace with 'blynk-ws-'The node-red-contrib-blynk-ws was born as a fork of node-red-contrib-blynk-websockets
https://github.com/tzapu/node-red-contrib-blynk-websockets
Some javascripts code was derived from blynk-library-js:
https://github.com/vshymanskyy/blynk-library-js
MIT licence
[0.3.0] - 2017-12-12
FAQs
Node Red integration with Blynk App and Server through websockets
The npm package node-red-contrib-blynk-ws receives a total of 37 weekly downloads. As such, node-red-contrib-blynk-ws popularity was classified as not popular.
We found that node-red-contrib-blynk-ws demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.