Re: [PHP] Remote Robot Control with PHP

2006-11-01 Thread Prathaban Mookiah
t;Richard Lynch" <[EMAIL PROTECTED]> To: "Prathaban Mookiah" <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Sent: Wed, 1 Nov 2006 14:50:11 -0600 (CST) Subject: Re: [PHP] Remote Robot Control with PHP > On Tue, October 31, 2006 2:54 pm, Prathaban Mookiah wrote: > &g

Re: [PHP] Remote Robot Control with PHP

2006-11-01 Thread Richard Lynch
On Tue, October 31, 2006 2:54 pm, Prathaban Mookiah wrote: > alone to do the entire job due the high delay it takes to connect to > the > telnet port on the robot, (I adopted the PHPTelnet class written by > Antone > Roundy - http://www.geckotribe.com/php-telnet/), I could not resist > using it > f

Re: [PHP] Remote Robot Control with PHP

2006-10-31 Thread Dan McCullough
Cool! On 10/31/06, Prathaban Mookiah <[EMAIL PROTECTED]> wrote: Hello List, I thought of sharing my experience of writing a controller to remotely control a robot through a webserver using PHP. Though I could not use PHP alone to do the entire job due the high delay it takes to connect to the t

[PHP] Remote Robot Control with PHP

2006-10-31 Thread Prathaban Mookiah
Hello List, I thought of sharing my experience of writing a controller to remotely control a robot through a webserver using PHP. Though I could not use PHP alone to do the entire job due the high delay it takes to connect to the telnet port on the robot, (I adopted the PHPTelnet class written