On 11/5/24 05:04, Ahmad Khalifa wrote:
Just curious, how were you thinking of passing those commands? sysfs? over i2c-dev?
I didn't get that far, but probably neither. i2c-dev is its own driver, unrelated to hardware monitoring, and sysfs is not suitable for passing more than a single value (yes, I know, I am sure you'll find some code violating that, but that doesn't make it better). Something like bpf would make more sense, but I don't know if that is even possible. Guenter