I would like to have a webpage display sysctl output for OneWire on my local network.
sysctl dev.ow_temp.0.temperature
sysctl dev.ow_temp.1.temperature
sysctl dev.ow_temp.2.temperature
sysctl dev.ow_temp.3.temperature
What are my options? I would like to use a lightweight solution.
lighttpd is my prefered server.
I see PHP has a shell_execute function.
I only want static content.
How to display shell command output in html?
sysctl dev.ow_temp.0.temperature
sysctl dev.ow_temp.1.temperature
sysctl dev.ow_temp.2.temperature
sysctl dev.ow_temp.3.temperature
What are my options? I would like to use a lightweight solution.
lighttpd is my prefered server.
I see PHP has a shell_execute function.
I only want static content.
How to display shell command output in html?