Re: [Owfs-developers] simultaneous fixed

2006-11-26 Thread Rob Conway
Does this also mean there is a new version (CVS) for the Linksys NSLU2 ? - Original Message - From: "Jerry Scharf" <[EMAIL PROTECTED]> To: Sent: Monday, November 27, 2006 4:17 AM Subject: Re: [Owfs-developers] simultaneous fixed > Paul Alfille wrote: >> Fixed (I think) the function of

Re: [Owfs-developers] owshell and owhttpd

2006-11-26 Thread Christian Magnusson
We still have the text-support in owhttpd. I guess the xml-support will be implemented exactly the same... /Christian [EMAIL PROTECTED] root]# telnet 192.168.3.2 Trying 192.168.3.2... Connected to 192.168.3.2. Escape character is '^]'. GET /text/ HTTP/1.0 200 OK Date: Mon, 27 Nov 2006 07:

Re: [Owfs-developers] is Peter Kropf still active?

2006-11-26 Thread Jerry Scharf
Peter Kropf wrote: > On 11/26/06, Jerry Scharf <[EMAIL PROTECTED]> wrote: > >> (You can tell it's a weekend I finally got some time to work on things) >> >> I am trying to get owpython working and running into some issues. Unless >> you're a python programmer, it will probably look close to line

Re: [Owfs-developers] owshell and owhttpd

2006-11-26 Thread Roberto Spadim
sorry guys i need travel and i can't work on it, maybe when i get back here are some examples of what we can do: URI: XML version http://127.0.0.1:90/simultaneous?output=XML ** **0** **0** ** http://127.0.0.1:90/?output=XML * **/structure **/bus.0 **/uncached **/setting ... ***

Re: [Owfs-developers] owshell and owhttpd

2006-11-26 Thread Roberto Spadim
the most used style for html data is: javascript array (very usefull with AJAX or frame code): var variable={ 'blablbal' : 'value'}; GET string (very usefull with PHP, just parse_str($result, $matches);) variable=value&variable2=value2 XML (use with anything...) value i think that any one of

Re: [Owfs-developers] --link didn't work

2006-11-26 Thread Paul Alfille
Found the problem (COM port setup). LINK now works. (In the CVS).I'll post relative times. in the website for directory scans. Paul Alfille On 11/26/06, Paul Alfille <[EMAIL PROTECTED]> wrote: Hi Jerry, 1. Yes the pid file was one of the first requests made for OWFS. 2. I noticed the LINK as

Re: [Owfs-developers] is Peter Kropf still active?

2006-11-26 Thread Peter Kropf
On 11/26/06, Jerry Scharf <[EMAIL PROTECTED]> wrote: > (You can tell it's a weekend I finally got some time to work on things) > > I am trying to get owpython working and running into some issues. Unless > you're a python programmer, it will probably look close to line noise. > > Can you contact me

Re: [Owfs-developers] is Peter Kropf still active?

2006-11-26 Thread Brad Clements
Btw, it's the "other" P language that looks like line-noise.. ;-) Jerry Scharf wrote: > (You can tell it's a weekend I finally got some time to work on things) > > I am trying to get owpython working and running into some issues. Unless > you're a python programmer, it will probably look close t

Re: [Owfs-developers] is Peter Kropf still active?

2006-11-26 Thread Brad Clements
why not post your line noise to the list so other Python programmers can take a shot at it? Jerry Scharf wrote: > (You can tell it's a weekend I finally got some time to work on things) > > I am trying to get owpython working and running into some issues. Unless > you're a python programmer, i

[Owfs-developers] is Peter Kropf still active?

2006-11-26 Thread Jerry Scharf
(You can tell it's a weekend I finally got some time to work on things) I am trying to get owpython working and running into some issues. Unless you're a python programmer, it will probably look close to line noise. Can you contact me off-line. we can decided whether to do this privately or on

Re: [Owfs-developers] --link didn't work

2006-11-26 Thread Paul Alfille
Hi Jerry, 1. Yes the pid file was one of the first requests made for OWFS. 2. I noticed the LINK as well. Looks like a good item to fix! Paul Alfille On 11/26/06, Jerry Scharf <[EMAIL PROTECTED]> wrote: Paul, First of all, forget the pid comment, I found it in the lower part of the man page.

[Owfs-developers] --link didn't work

2006-11-26 Thread Jerry Scharf
Paul, First of all, forget the pid comment, I found it in the lower part of the man page. I know, Read The Fine Manual. I just tried --link on the latest code (I had not been using that up till now). Since I have an ibuttonlink hub as the only interface, it seemed like the right thing to do. I

[Owfs-developers] add a pidfile option

2006-11-26 Thread Jerry Scharf
Paul, Can you add a command line option to create a pid file for those of us in unix-land. It's nice but not necessary to clean up the file on normal termination and simple kill. This is really useful to be able to see if there is already an instance running. I'm moving from owfs to owserver,

Re: [Owfs-developers] Fwd: Owfs and mysql

2006-11-26 Thread Jerry Scharf
Elliot, I don't have the code you want, but I have some information I think will be useful in scoping the problem. I have been running the collection you speak of for the last year using owfs. I have lots of sensors beyond the rooms, and since the program actually controls the heating and cooli

Re: [Owfs-developers] simultaneous fixed

2006-11-26 Thread Jerry Scharf
Paul Alfille wrote: > Fixed (I think) the function of simultaneous in the current CVS version. > > Also improved cache handling, especially for owserver designs. > > I'd like to figure out DS2482 directory problem before the next > (2.5p7) release. > > > Paul Alfille > Paul, Thanks so much for th

Re: [Owfs-developers] owshell and owhttpd

2006-11-26 Thread Paul Alfille
XML is interesting. I'd probably make it a separate owxmld, though. Don't we need a specification? Also, should it respond to HTML requests, or is there another protocol? On 11/26/06, Matt <[EMAIL PROTECTED]> wrote: > What about just adding a top level folder for xml data? > http://:/xml/uncached/

Re: [Owfs-developers] simultaneous fixed

2006-11-26 Thread Christian Magnusson
Great... I have compiled new openwrt and nslu2 packages with the new cache and simultaneous fixes. /Christian On Sat, 2006-11-25 at 22:18 -0500, Paul Alfille wrote: > Fixed (I think) the function of simultaneous in the current CVS > version. > > Also improved cache handling, especially for ow