Skip to content

12. Resources

Betatester edited this page Sep 3, 2022 · 1 revision

Abstract

This part of the Wiki contains everything needed to create a configuration file:

  • Tools to access the device and create configuration files
  • Reference files
  • Example configuration files

Basic tools

  • PuTTy - Grahpical SSH (and Telnet) client for Windows
  • macOS, Linux & Windows 10 - from terminal execute following command line: ssh root@<device_ip>
  • vim - improved version vi, the editor distributed with UNIX systems. For Windows, Linux, macOS, OS/2, Amiga & more
  • Kodi Keymap Editor - GUI for configuring mappings for input devices supported by Kodi Kodi repository
  • ir_keytable - swiss-knife tool to handle Remote Controllers. Build in
  • irc-ctl - swiss-knife tool to handle raw IR and to set lirc options. Build in
  • dmesg - tool to print or control the kernel ring buffer. Build in

References

Related

  • Flirc Support - Support website for the Flirc USB Adapter.
  • Lirc - Using Linux Infrared Remote Control (LIRC) in Kodi.

Samples

  • remote.conf - sample AmRemote configuration file
  • rc_maps - sample Meson_IR rc_maps.cfg
  • KEYMAP - sample Meson_IR KEYMAP (KM_S905X)
  • KEYMAP.toml - sample Meson_IR toml KEYMAP (KM_S905X.toml)