Skip to content

iXyles/flirc-web-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual remote web app with FLIRC

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.

Supported & Verified OS

  • MacOS (ARM64)
  • Windows (x64)
  • Linux (x64)
  • Linux (ARM64)

Getting Started

The application is built using Blazor Server (.NET), whilst wrapping the SDKs (C) of FLIRC to communicate with the hardware.

Dependencies

  • .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)

Features

  • 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

License

This project is licensed under MIT LICENSE

External resources

  • flirc/sdk - Repository of the FLIRC SDK which this application utilizes

About

Virtual remote web app with FLIRC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published