IrScrutinizer: Program für IR signale

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • IrScrutinizer: Program für IR signale

      Ich habe eine längere Zeit geplahnt, hier mein aktuelles Projek vorzustellen: IrScrutinizer. Es handelt sich um ein Program um infrarot Signale zu generieren, "lernen", konvertieren, importeren und exportieren von/zu eine Anzahl von Formate. Vielleicht intressiert es einige von euch?

      Die schlechte Nachricht (für einige hier): Das program ist ausschliesslich in englischer Sprache, inklusiv Documentation und Help-texte. Keine deutsche Version ist z.Z. geplahnt...

      Das Tool is Open Source, lizenziert unter GNU GPL3. Es ist in Java geschrieben, mit einige shared libs in C/C++. Läuft unter Windows(Intel 32, 64bit), Linux, MacOSX, Raspberry Pi.

      Das Program supportet u.A. folgende Hardware zum lernen und senden von IR-signale: GlobalGache (alle(?) Modelle), IrTrans Ethernet, Audio Port (nur Senden), IrToy, Arduino, CommandFusion, uns Lirc-like mode2 programs (nur lernen) (ermöglich so die Benutzung von fast alle Lirc-sensoren). Auf Linux, lesen und schreiben von /dev/lirc ist unterstützt.

      Die gängige IR text Formate (Pronto ccf/xcf, Lirc, div. Textformate, Wave, CML. CommandFusion, RTI, RemoteMaster, IrTrans, Girr,...) kann importiert werden, sowie ein Paar Internet IR-Datenbanken. Als export kann die meiste gängige Formate erzeugt werden, sowie Konfiguratione für Remotes wie Pronto, Anymote, irplus, RemoteMaster) und C-Code für Arduino, etc.

      Die enthaltene Protokol-Datenbank enthält die meiste bekannte IR-Protocolle, die so vom Programm erzeugt werden kann.

      Tutorial,
      Manual,
      Project site,
      Downloads (aktuelle Version ist 1.4)
      Sources

      Feedback aller Art willkommen.

      Einige screenshots:
      irscrutinizer_F9.pngirscrutinizer_oppo_parametric.pnggenerate.pngimport-lirc.pngirscrutinizer_irdb_sony.pngsending.png
    • Eine neue Version ist gerade fertig geworden: Version-1.4.2

      Es gibt einige neue Protokolle, einige neue Exportformate, viele kleinere Verbesserungen und Bugfixes.


      Feedback aller Art willkommen.


      Release Notes:
      Version 1.4.2, issued on 2018-09-01.


      This release is the final 1.*.* release; based on IrpMaster as rendering engine
      and DecodeIR (as decoding engine). Further releases will be based on IrpTransmogrifier
      instead, and will be numbered 2.*.*. (see #212).


      Operation with Java 10 has been verified, #232.


      Old MacOSes (<= 10.7 "Lion") appear not to be compatible with Java 8u162
      and later (see github.com/arduino/Arduino/issues/7945).
      (This is strictly speaking not an IrScrutinizer issue.)


      Documentation has not been updated ;-).


      Open issues in this release:
      * MacOS 10.11.*: Crash in RXTX when closing serial USB device, #64.
      * RXTX on Windows has problems with Arduino's LLC driver, #229.


      User visible changes:


      Core:
      * New protocols: RTI_Relay, Aiwa2, Digivision, Dysan, Epson, GuangZhou,
      InterVideo RC-201, Nova Pace, Ortek, RC6-M-28, Roku, Whynter. (IrpMaster #4)


      Export:
      * New export format: Unified Remote.
      * New export format Home Remote (requested by mdavej). (#242)
      * Lirc export: Much more capable (makes cooked form of most protocols)
      Lirc export, generated by IrpTransmogrifier, #216.
      fixed syntactically erroneous comment. #227, IrpTransmogrifier #74.
      * Bugs fixed: #223, #222


      Import/Remote editor:
      * Implement import of XCF files adhering to version 5, #219.
      * Handle unparsable IrTrans rem files better.
      * New function for adding dummy names for nameless commands in the remote table. (#238).
      * Add name manipulation functions to parametric remote editor, #244. (From discussion with mdavej.)
      * Misc bug fixes, e.g. #235, #230, #241


      Gui:
      * Force-close capuring thread by exit of the program. #225.
      * If a capture thread is running, disable change of panes.
      * minor tweaks and bug fixes.


      Hardware:
      * GlobalCache: Number of ports in GlobalCache modules now read dynamically. (#245)
      * Check if a Girs server supports capture; if not, turn on "Use receive for capture". #202.


      Packaging:
      * Generate checksums (MD5 and SHA1) during builds #221. Available in the releases.
      * Source Bundle reorganized: IrpMaster, Girr, HarcHardware(Bundle), and Jirc
      now GitHub top level projects, #215.
      * Non-poratbility issue fixed: #226.


      ==============================================================================
      Note:


      Once, I planned to use the version name "1.5.0" for the version following 1.4.1.
      So there was some snapshot builds called 1.5.0-SNAPSHOT. Then I decided that 1.4.2
      was more appropriate. Differently put, there has
      not been and will not be a 1.5.* release. I apologize for the confusion.

      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von Barf () aus folgendem Grund: Relese notes inline statt gelinkt.

    Abonnement verwalten