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

node-red-contrib-meobox

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc