Special case added
On 2/5/07, Tim Sailer <[EMAIL PROTECTED]> wrote:
On Mon, February 5, 2007 0:28, Paul Alfille said:
> Well, currently OWNet assumes a bare address is a port number or service
> name. Shall I add a special case for "localhost"?
Hmm. Maybe. Then, again, it's just my habit to d
On Mon, February 5, 2007 0:28, Paul Alfille said:
> Well, currently OWNet assumes a bare address is a port number or service
> name. Shall I add a special case for "localhost"?
Hmm. Maybe. Then, again, it's just my habit to develop on localhost where
no one can mess with my stuff, and then move t
Well, currently OWNet assumes a bare address is a port number or service
name. Shall I add a special case for "localhost"?
i.e. support forms are
host:
host:port
ip:
ip:port
host:service
ip:service
port
service
:port
:service
but not
host
ip
Paul Alfille
On 2/5/07, Tim Sailer <[EMAIL PROTECTE
#!/usr/bin/perl -w
my $owserver=OWNet->new("localhost -F");
gives
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl/5.8/IO/Socket/INET.pm line 63.
and reads fail until you read or write something besides a sensor value.
Writing to simultaneous/temperature works well. :)