Heiko Schlittermann <hs@schlittermann.de> [Wed, 21 Jan 2009 19:44:38 +0100] rev 21
Removed the approach with tie'ed objects.
This can be implemented later.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 06 Jan 2009 22:52:09 +0100] rev 20
Fix: setting to "0" works now.
And some more improved example.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 06 Jan 2009 22:33:39 +0100] rev 19
set() works. Testserver: implented "R" now.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 06 Jan 2009 15:07:03 +0100] rev 18
Bug. Timeout.
But the set_timeout() does not work as expected. Needs more
investigation. Or better documentation on Quancom pages.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 06 Jan 2009 10:56:28 +0100] rev 17
Improved example. More simplified usage of example.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 06 Jan 2009 09:31:17 +0100] rev 16
Added RESET test to examples/client.
heiko@jumper [Tue, 06 Jan 2009 02:01:26 +0100] rev 15
Bit SET/CLEAR works now!
heiko@jumper [Mon, 05 Jan 2009 21:44:56 +0100] rev 14
Added POD documentation to examples/test-server Quancom::Test::Server.
The examples/test-sever even understand --help and --man now.
heiko@jumper [Sun, 04 Jan 2009 23:44:45 +0100] rev 13
Test server works for command "W"!
Now you can start the test server:
perl -Mblib examples/test-server :5555
and run the client
perl -Mblib examles/client 127.0.0.1:555
heiko@jumper [Sun, 04 Jan 2009 18:42:46 +0100] rev 12
Implemented the Quancom::Test::Server.
The Server should work for the W command. It communicates on STDIO and
on a UNIX socket. The UNIX socket communication currently seems to hang
for no obvisous reason. I've to debug it further.