HTTP GET - Wersja do druku +- Forum Tiny Control Solution (https://forum.tinycontrol.pl) +-- Dział: LanKontroler - sprzęt i wersje wsadów, problemy, zastosowanie (https://forum.tinycontrol.pl/forumdisplay.php?fid=3) +--- Dział: LanKontroler - wersje oprogramowania (https://forum.tinycontrol.pl/forumdisplay.php?fid=4) +--- Wątek: HTTP GET (/showthread.php?tid=202) |
HTTP GET - CZvochonet - 04-26-2013 Is it possible to make a HTTP GET function? Specialy for temperature monitoring and energy count via S0 signal. lan controller can read temperature and automatically send data to internet web page.PHPscript on web page make a graph, history etc. example: http_get my.server.com/data.php?TEMP1=$INP1,S0count=$INP3D etc..... function server side php aplication for temperature monitoring with demo: https://code.google.com/p/tmep/ measure S0 for energy counting is very usefull feature... Re: HTTP GET - wilkxt - 04-29-2013 We think about it, propably we add this option |