-
Notifications
You must be signed in to change notification settings - Fork 30
12. Resources
Betatester edited this page Sep 3, 2022
·
1 revision
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
- 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
- rc_keymap - toml file describing remote control keymap
- input-event-codes.h - list of Linux event codes
- How to change the IR for Mbox - Amlogic application notes
- Introducing 'IRMP' as "Infrared-Multiprotocol-Decoder" - English translation of the German document.
- Flirc Support - Support website for the Flirc USB Adapter.
- Lirc - Using Linux Infrared Remote Control (LIRC) in Kodi.
- 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)
Repository for AmRemote & Meson IR Remote Controllers