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 library implementation for Node-RED using WebSockets
This library supports both SSL (wss://) and non secure (ws://) connection to local server and Blynk cloud server. For local server, wss:// works only if you ve got a certificate installed. For Blynk cloud server, you can use ws://blynk-cloud.com/websockets or with SSL wss://blynk-cloud.com/websockets as the server url.
If you installed Node Red globally use this command to install
npm install --global node-red-contrib-blynk-ws
Events: read, write, app (connected/disconected)
Commands: write, bridge, sync (virtual/all), set property
Widgets: emails, notify, LCD, table, zeRGBa, styled button, image gallery
See the changelog for all the details of each releases
Use Raspberry PI as hardware to access 128 virtual pins or Generic Board for 32.
See information panel on 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-'Blynk provides iOS and Android apps to control any hardware over the Internet or directly using Bluetooth. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets, right on your smartphone. Blynk is the most popular IoT platform used by design studios, makers, educators, and equipment vendors all over the world.
Blynk Arduino Library
Blynk App: Google Play | App Store
Optionally you can install Blynk Local Server and run everything locally. However, Blynk Cloud is free for anyone who is using Blynk for personal (non-commercial) use.
Social: Webpage / Facebook / Twitter / Twitter / Youtube / Instagram / LinkedIn
Full Blynk Documentation - a complete guide on Blynk features
Community (Forum) - join a 500,000 Blynk community to ask questions and share ideas
Help Center - helpful articles on various Blynk aspects
Code Examples Browser - browse examples to explore Blynk possibilities
Please find examples on how to use different types of connections (transports) and how to do make something great with Blynk. You can easily apply any type of board/connection to all examples.
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
This project is released under The MIT License (MIT)
[0.9.1] - 2019-04-17
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.