Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Send remote control commands to your MEO box via nodejs

Notifications You must be signed in to change notification settings

JosePedroDias/meo-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEO-CONTROLLER

The MEO box has a telnet interface to receive remote control commands.
This module exposes it in a friendly manner.

Kudos to the project telnetit.
Using a refactored/simplified version of it.

installing

npm install meo-controller

usage

exposes a function which accepts a callback with signature cb(err, api).
error is filled in case of error, api returned otherwise

public API follows:

api.sendKey( {String} keyName )
api.sendNumber( {Number} keyValue )
api.close()

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

About

Send remote control commands to your MEO box via nodejs

Resources

Stars

Watchers

Forks

Packages

No packages published