npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

neeo-driver-enigma2

v0.2.3

Published

Let you Conrol your Enigma2-Receiver with NEEO over TCP/IP

Downloads

9

Readme

NEEO driver for Enigma2 Receivers

This Project allows the Control of any Enigma2 DVB Reciver with NEEO over TCP/IP

Information about NEEO

  • Please see neeo.com for more Information about NEEO The Thinking Remote
  • For Help or any Feature Request, visit planet.neeo.com to join the Discussion.
  • For more about NEEOs SDK visit planet NEEO SDK

Requirements

  • install this Packet with NPM (neeo-driver-enigma2)
  • open /devices/enigma2/config.js and Change the IP to your Enigma2 IP
  • Enabled openWebif on the Enigma2 device
  • run this code via "npm start" (need to be started from the main Folder!)

For Supported Devices check the following:

Due to the limited access to all of the required Boxes, i was only able to Test the Functions at an Dreambox 800HDse and some limited parts on an VU+ duo2, if you found any Issues, please file an Issue here on Github.

  1. Check Google Spreadsheet: Google Spreadsheet
    Green = Fully Supported
    Yellow = depends on Used Box
    Red = manual change in code required
    empty Green = Not Programmed in this Device
  2. Pictures of the Boxes can be found here: OpenWebif Box Pictures
  3. Pictures of the Remotes can be found here: OpenWebif Remote Pictures

Support my Work

If you like, you can send me a Coffee via Ko-fi.com or you can donate via PayPal.com

Changelog

Version 0.2.3

  • Correrted Error CLI Start not possible

Version 0.2.2

  • Added PayPal Donate

Version 0.2.1

  • removed dependencie Sleep
  • Avoid bare URL's in Readme

Version 0.2.0

  • recode to fit new SDK CLI
  • deleted Version Info until 0.1.0

Version 0.1.2

  • added dependencie Sleep
  • Changed Brain Check address

Version 0.1.0

  • implemented a brain live check every 3 Min the SDK Checks if the Brain is reachable, if not the Code try's to discover the Brain again and if successfull register the driver again
  • Provide all Supported / needed OpenWebif Buttons according to [OpenWebif Github] (https://github.com/E2OpenPlugins/e2openplugin-OpenWebif) More Informations of the Implemented Buttons can be found on this [Google Spreadsheet] (https://docs.google.com/spreadsheets/d/1_xMGKNtTns5o61hHPmhyMcesBlo1rajajW8Ir8bl9UQ/edit?usp=sharing)

ToDo

  • When the SDK get a list function it can be possbile to Enter the Movie readout or the actual EPG, let see what will come!