Skip to content

Commit

Permalink
Add some words about bpf decoder
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 13, 2024
1 parent 950236f commit de375cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions irp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ using many different protocols. Using this library you can decode the IR
received from a remote control, or encode IR into the same format as a remote
control.

When the `bpf` feature is enabled, a decoder can be compiled to BPF. This decoder is
usable on Linux for BPF based kernel decoding.

This library only deals with the encoding and decoding, and does not know anything
about talking to infrared devices for receiving or transmitting; you can use
the [cir crate](https://crates.io/crates/cir)
Expand Down

0 comments on commit de375cb

Please sign in to comment.