Search found 2 matches

by sala2001
Wed Jul 18, 2007 8:27 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 58737

Hello! echo("login request sent!");, echo("OK");, etc lines are commented out in my code, with // . Didn't you erased the comments? "Frame signature incorrect" is harder problem. Try comment out the following lines: $sig = unpack("H*", $ret); if ($sig[1] != "000700060000") { error("Frame signature ...
by sala2001
Sat Jul 07, 2007 6:32 pm
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 58737

Hello! You can get images from your camera with my PHP script and a web server in the following form: http://webserver/Edimax_IC1500.php I think, ZM likes this. Sorry for my english. :) <? $login = "admin"; $pass = "xxxxxxx"; $ip = "aa.bb.cc.dd"; $port = "4321"; // 120 byte // 3x 0x00, // 1x 0x01 ...