Coder Social home page Coder Social logo

Comments (4)

Lope0407 avatar Lope0407 commented on July 28, 2024

Forgot to leave my name, Garry Lawson

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

Sorry, I don't have the time or inclination to support this. Run the python code or make your own 32 bit executable. Google is your friend. https://pypi.org/project/pyinstaller/

from slinger.

Lope0407 avatar Lope0407 commented on July 28, 2024

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

Garry Thanks for doing that.
To answer your question. The long string you see is a representation of the data that gets transmitted by the IR LED, sort on on-the-wire. What we send to the slingbox is one level of abstraction away from the IR data. The sling data is a KeyCode that maps to a particular key on the remote type that you configured when you setup the Video Source. The slingbox takes that keycode and maps it internally to the IR data and then poops that out on it's IR blaster.
Not all remote definitions are the same but in general all the digits keys and power keycodes I've found to be standard. All the keycodes for the remote get printed out by my code when you start a stream on a configured VideoSource. Up until now figuring out what each keycode does has been a bit of trial and error exercise.
We have recently uncovered a cache of info on the Remote Control stuff. See discussion #165

Yeah, I managed to take 150 lines of perl and turn it into 1500 lines of python. :-)

from slinger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.