minimal code for avea.php by Vincent Lai on February 5, 2016 with No Comments <html> <body> <?php $st=date(‘Y-m-d H:i:s’,time()); echo “<AVEA>”; echo “CK=$st”; echo “GRNT=01”; echo “</AVEA>”; ?> </body> </html>
Tools helps debugging the network devices by Vincent Lai on January 20, 2016 with No Comments To debug the network devices may be a difficult task. Luckily, there is a free tools Wireshark that helps. Install the wireshark into the WEB server, then it can monitor the data packet traffics between the http IoT RFID reader … Read More