epoch1970;394635 Wrote: > I think you could try using phpsysinfo to emerge environmental > information on SC. It can compound motherboard (temps, fans, tensions), > system (load, free memory..) and hard drive (temps, free space) info. > It has an XML interface (http://localhost/phpsysinfo/xml.php) to > publish this data and from there an OPML Plugin could do the parsing > (not much doc about how to do this, BTW). > The Info Browser renders OPML data in the left pane of Squeezecenter's > web interface, in the SB menus, and in the SBC. > > Theoretically, phpsysinfo could run on a variety of platforms; on > open/custom-built platforms, defining the right sensors configuration > for use via phpsysinfo will still be the major hurdle. What he said. ;-)
But for folks who aren't otherwise running a http server with php on their machines, it would be nice if there was a lighter weight solution. Do you suppose that Info Browser could parse an xml file from an absolute path on the server? If so, then on linux, a simple cron script could parse the output from `sensors` into that xml file. I could potentially see adding code to SCPowerTool.exe so that it gets stats from WMI and "publishes" them to an xml file so as to make this work on windows too. -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
