A simple web application to turn my physical remote controls into virtual ones using a FLIRC 2.0 USB stick. The FLIRC 2.0 can receive IR signals from many remote controls and send them to a device via USB. It can also send IR signals, allowing it to control various devices.
This project features an easy-to-use web interface that allows users to manage and use virtual remotes. It integrates with the FLIRC 2.0 USB stick to both receive and send IR signals. Users can customize the controls by mapping physical remote buttons to virtual buttons within the app. The application supports multiple remote controls for different devices.
The plan is to ensure it works on various operating systems, including Windows, macOS, and Linux, which is why I decided to use Blazor Server.
- MacOS (ARM64)
- Windows (x64)
- Linux (x64)
- Linux (ARM64)
The application is built using Blazor Server (.NET), whilst wrapping the SDKs (C) of FLIRC to communicate with the hardware.
- .NET 8.0
- LINUX:
libhidapi-hidraw0 libhidapi-dev libc6 libusb-1.0-0-dev libudev-dev
libs installed - A FLIRC USB stick (to run/test it)
- Simple web interface for easy interactions
- Support for multiple virtual remotes
- Automatic loading and saving of virtual remotes and their IR mappings
- Send and receive IR signals through FLIRC
This project is licensed under MIT LICENSE
- flirc/sdk - Repository of the FLIRC SDK which this application utilizes