Re: [Owfs-developers] ownet - new python module to interact w/ owserver

2006-12-06 Thread Peter Kropf
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

Re: [Owfs-developers] ownet - new python module to interact w/ owserver

2006-12-06 Thread Chris Lyon
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

Re: [Owfs-developers] ownet - new python module to interact w/ owserver

2006-12-05 Thread Roberto Spadim
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

[Owfs-developers] ownet - new python module to interact w/ owserver

2006-12-05 Thread Peter Kropf
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,