I have some Dallas One Wire Temperature Modules that present a sysctl interface that I would like to display in a GTKwindow on a RaspPi2.
Looking around I found this function: sysctlbyname() which seems to fit the bill for dev.ow_temp.
I am finding few examples but this seems the best but is 10 years old:
http://www.cs.unc.edu/~jeffay/dirt/FAQ/sysctl.html
Is this still accurate?
Am I heading in the right direction? Get my function together then use with Glade?
Am I reinventing the wheel or is there a better way?
Looking around I found this function: sysctlbyname() which seems to fit the bill for dev.ow_temp.
I am finding few examples but this seems the best but is 10 years old:
http://www.cs.unc.edu/~jeffay/dirt/FAQ/sysctl.html
Is this still accurate?
Am I heading in the right direction? Get my function together then use with Glade?
Am I reinventing the wheel or is there a better way?