Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
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
Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. If you need more information, please follow these links:
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
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-'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.5.1] - 2018-04-15
FAQs
Node Red integration with Blynk App and Server through websockets
The npm package node-red-contrib-blynk-ws receives a total of 68 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 healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.