Hi -
I just committed a new version to CVS with a couple of changes. It's
now possible to set the value of a field:
>>> s = Sensor('/10.B7B64D000800', 'localhost', 9876)
>>> s.temphigh
100
>>> s.temphigh = 98
>>> s.temphigh
98
Also note that the type of values have changed. The ownet code now
tr
Fantastic! Once I've got my linux box back on the wireless network
(Don't ask) I'll beat it around for you.
Chris.
Peter Kropf wrote:
>Hi -
>
>I've committed to CVS the first draft of a new python module called
>ownet. It allows for interaction with a remote owserver without the
>need to have t
can anyone make an PHP version of it?!
Peter Kropf escreveu:
> Hi -
>
> I've committed to CVS the first draft of a new python module called
> ownet. It allows for interaction with a remote owserver without the
> need to have the core ow libraries and servers built on the local
> system. The code i
Hi -
I've committed to CVS the first draft of a new python module called
ownet. It allows for interaction with a remote owserver without the
need to have the core ow libraries and servers built on the local
system. The code is very much in an alpha state so expect things to
break. And if they do,