All Projects → tzapu → node-red-contrib-blynk-websockets

tzapu / node-red-contrib-blynk-websockets

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to node-red-contrib-blynk-websockets

Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-77.14%)
Mutual labels:  websockets, blynk-server
node-red-contrib-homee
access the homee api with node-red
Stars: ✭ 35 (+0%)
Mutual labels:  node-red
MAVCesium
An experimental web based map display for MAVProxy based on Cesium
Stars: ✭ 28 (-20%)
Mutual labels:  websockets
mojo.js
🦄 The Mojolicious real-time web framework for Node.js
Stars: ✭ 145 (+314.29%)
Mutual labels:  websockets
noderedexamples
Node-Red-Beispiele zu c't-Artikeln / Examples for node-red used in our articles.
Stars: ✭ 16 (-54.29%)
Mutual labels:  node-red
102shows
Raspberry Pi + APA102 + MQTT + 102shows = LED awesomeness!
Stars: ✭ 15 (-57.14%)
Mutual labels:  node-red
midnight-red
A gorgeous dark theme for Node-RED
Stars: ✭ 110 (+214.29%)
Mutual labels:  node-red
nora-service
NORA backend service
Stars: ✭ 35 (+0%)
Mutual labels:  node-red
simple-websocket-server
A simple WebSocket server
Stars: ✭ 26 (-25.71%)
Mutual labels:  websockets
node-red-contrib-tasmota
Tasmota devices for NodeRed
Stars: ✭ 16 (-54.29%)
Mutual labels:  node-red
play2-sockjs
A SockJS server implementation for Play Framework.
Stars: ✭ 60 (+71.43%)
Mutual labels:  websockets
real-time-data-viz-d3-crossfilter-websocket-tutorial
Tutorial on real-time data visualization. Python websocket server & d3.js + crossfilter.js frontend
Stars: ✭ 32 (-8.57%)
Mutual labels:  websockets
Lecture2Gether
A tool for synchronized online streaming
Stars: ✭ 52 (+48.57%)
Mutual labels:  websockets
webfuse
websocket filesystem based on libfuse
Stars: ✭ 23 (-34.29%)
Mutual labels:  websockets
WebSocketPipe
System.IO.Pipelines API adapter for System.Net.WebSockets
Stars: ✭ 17 (-51.43%)
Mutual labels:  websockets
gateway.js
The gateway to Discord.
Stars: ✭ 23 (-34.29%)
Mutual labels:  websockets
node-red-contrib-ctrlx-automation
Node-RED nodes to access ctrlX CORE devices.
Stars: ✭ 18 (-48.57%)
Mutual labels:  node-red
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (+37.14%)
Mutual labels:  websockets
real-time-todo
A real time todo list using websockets
Stars: ✭ 22 (-37.14%)
Mutual labels:  websockets
gochess
Online real time chess web server using websockets
Stars: ✭ 32 (-8.57%)
Mutual labels:  websockets

node-red-contrib-blynk-websockets

Blynk app integration with Node Red using WebSockets protocol

Websockets version

This works for both local and cloud BLynk servers. For local, wss:// works if you ve got a certificate installed on Blynk server. For cloud Blynk server, only non ssl, ws:// works for the time being, as there is no SSL cert installed. You can use ws://blynk-cloud.com:8080/websockets as the server url.

NPM npm version

If you installed Node Red globally use this to install npm install --global node-red-contrib-blynk-websockets

Supports both SSL wss:// and non secured ws:// connection to local server.

Supported events and widgets

  • read event
  • write event
  • write command
  • emails

Blynk App Settings

Use Raspberry PI as hardware to access 64 virtual pins or Generic Board for 32.

How to use

TO ADD

Debug

TO ADD Use the verbose -v flag when starting Node-Red to get more information

Available Nodes

TO ADD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].