jl168 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

logging via http and get command to online server (www.dataino.it) #467

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
i need thet sofware make this type of call

http://94.23.64.3/~dataino/api/add_value.php?api-KEY=t9F9-3mV6-Yg01-0Cj8-O0u5&te
mp_cpu=44.3&temp_gpu=33.2 ... eccetera eccetere

Please provide any additional information below.

I make a web site (www.dataino.it) for collect data for arduino or other system 
only by make a get command + securekey + data and have a graph of uploadated 
data and a data logger.

Original issue reported on code.google.com by maremoss...@virgilio.it on 2 May 2013 at 8:49

GoogleCodeExporter commented 9 years ago
OHM makes it's sensor data available via the WMI interface.

Here's some examples for a quick Google, on the PHP.net link read the comments.

http://www.php.net/manual/en/ref.com.php
http://www.sitepoint.com/forums/showthread.php?92358-PHP-COM-and-WMI-Help!!
http://stackoverflow.com/questions/3848707/query-wmi-remotely-with-php
http://www.robvanderwoude.com/wmigen.php

Original comment by pauldriver on 7 Jan 2014 at 12:24