Hi,
I have a Temperature sensor with internal web server that provide the data
in a text format.
When quering the ip(ttp://192.168.10.220/temp) of the sensor i get that kind
of reply:
Probe 1|82.2|Probe 2|80.8|Probe 3|-99.9|Probe 4|-99.9
I woud like to import the result into my mysql database.
What is the best way to do this?
Should i use a fopen() ?
I have try with this but i don't know how get just the value data....
Is there a simple way of achieving this?
thanks for your help.
VooDoo
I have a Temperature sensor with internal web server that provide the data
in a text format.
When quering the ip(ttp://192.168.10.220/temp) of the sensor i get that kind
of reply:
Probe 1|82.2|Probe 2|80.8|Probe 3|-99.9|Probe 4|-99.9
I woud like to import the result into my mysql database.
What is the best way to do this?
Should i use a fopen() ?
I have try with this but i don't know how get just the value data....
Is there a simple way of achieving this?
thanks for your help.
VooDoo
Comment