New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

node-red-contrib-meobox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-meobox

A Node-RED node which controls a MeoBox (and possibly any other Microsoft Mediaroom based box) over Telnet


Version published
Maintainers
1
Created

node-red-contrib-meobox

This node controls a MeoBox (and possibly any other Microsoft Mediaroom based box) over Telnet. Both Host, Port and Key can either be set on the node itself or via msg.host, msg.port and msg.payload respectively. msg.payload can contain multiple keys to be sent separate by “;”.

{“payload”: “v+;p+;v-“}

Numeric values are interpreted as channels and treated like such

{“payload”: “123“}

The above will change to channel 123 by sending key 1, key 2 and key 3 on 750ms intervals.

Kudos to the project telnetit and meo-controller.
Using a refactored/simplified version of it.

installing

npm install node-red-contrib-meobox

Mapped keys so far:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, back, ok, p+, p-, menu, up, down, left, right, options, guia tv, videoclube, gravacoes, teletext, prev, rewind, play/pause, forward, next, stop, red, green, yellow, blue, switchscreen, i, mute, v-, v+, record, power

FAQs

Package last updated on 10 Nov 2016

Did you know?

Socket

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.

Install

Related posts