Syndicate actor for publishing Linux ACPI events
Go to file
Emery Hemingway 76d4d77c24 This stupid thing has to block 2023-05-05 18:16:24 +01:00
src This stupid thing has to block 2023-05-05 18:16:24 +01:00
.envrc Initial commit 2023-05-02 11:39:41 +01:00
.gitignore Initial commit 2023-05-02 11:39:41 +01:00
README.md Initial commit 2023-05-02 11:39:41 +01:00
Tuprules.tup Initial commit 2023-05-02 11:39:41 +01:00
acpi_actor.nimble This stupid thing has to block 2023-05-05 18:16:24 +01:00
acpi_event.prs Idiomatic syndicate 2023-05-03 20:46:14 +01:00

README.md

acpi_actor

A Syndicate actor for publishing Linux ACPI events as well as an example of interacting with Linux generic netlink sockets in pure Nim (Linux C headers aside).

Not very useful. I thought that I would get battery capacity information over netlink but apparently that information is polled from files in /sys despite any stated deprecations.

The lesson learned is that Netlink is of the sort of quality to be expected from the Linux kernel.