[Owfs-developers] owftpd now writes.

2006-10-04 Thread Paul Alfille
The newest release, 2.5p3 should now include owftpd write capability. Formerly owftpd could only read 1-wire files and show directory listings.Paul Alfille - Take Surveys. Earn Cash. Influence the Future of IT Join

[Owfs-developers] owshell

2006-10-04 Thread Paul Alfille
/index.php?page=owshellThe idea is to create a light-weight way to access OWFS from a script without the filesystem. The owshell programs skip local caching, multiple threads and multiple adapters. The programs should also be easier to port to other operating systems (?Windows). Paul Alfille

Re: [Owfs-developers] Anyone else having problems getting 2.5p3tocompile?

2006-10-05 Thread Paul Alfille
Good pickup. owtcl uses owcapi instead of swig. That's not planned for the others. PaulOn 10/5/06, Christian Magnusson [EMAIL PROTECTED] wrote: I noticed that owtcl has a dependency to owcapi nowadays... I gotcompilation error when I tried to compile with --disable-owcapi

Re: [Owfs-developers] owshell

2006-10-06 Thread Paul Alfille
]] För Paul Alfille Skickat: den 1 oktober 2006 05:07 Till: owfs-developers@lists.sourceforge.net Ämne: [Owfs-developers] owshell I've made a new release 2.5p3 that has a new set of programs: owdir owread owwrite owpresent Collectively I call these the owshell programs. Basically they ask

Re: [Owfs-developers] USB timeout bug.

2006-10-06 Thread Paul Alfille
Thanks for finding it.PaulOn 10/6/06, Christian Magnusson [EMAIL PROTECTED] wrote: Found a bug for the timeout_usb variable… It should be set to 5000 instead of 5 (milli seconds)… This caused problems when processor is slow (like NSLU2) or if the usb-bus is overloaded. Fixed in

Re: [Owfs-developers] Building on OS/X

2006-10-07 Thread Paul Alfille
Hi Peter,In the first instance, the tab was probably added automatically by the editor. Tabs are handled specially in makefiles, and if you can fix it, I'd be pleased.Nested functions: They are there only for convenience. All the ones dealing with threads were removed because of changes in recent

Re: [Owfs-developers] Building on OS/X

2006-10-08 Thread Paul Alfille
/06, Paul Alfille [EMAIL PROTECTED] wrote: Hi Peter, In the first instance, the tab was probably added automatically by the editor. Tabs are handled specially in makefiles, and if you can fix it, I'd be pleased. Nested functions: They are there only for convenience. All the ones dealing

Re: [Owfs-developers] Building on OS/X

2006-10-08 Thread Paul Alfille
-wire bus. Made the changes __MacOSX__ specific. On 10/8/06, Paul Alfille [EMAIL PROTECTED] wrote: I can see why you hesitated with the nested function. There is no place to pass data into the function. Our choices are:1. Write our own twalk2. Use global variables and a mutex.I guess I'll do the later

Re: [Owfs-developers] zeroconf requirements?

2006-10-09 Thread Paul Alfille
Hi Christian,There is some documentation at http://www.owfs.org/index.php?page=bonjour_libraryBasically we use the Apple libraries: http://developer.apple.com/networking/bonjour/It compiles under linux and GPL easily, but doesn't use autoconf. If I remember, you need to go to their Posix

Re: [Owfs-developers] Building on OS/X

2006-10-09 Thread Paul Alfille
nestedfunction there. I haven't fixed it yet but should get to it tomorrow. I would appreciate another pair of eyes looking over the changes I'vemade to make sure they're sane and that I haven't snafued any otherplatforms.Thanks.- PeterOn 10/8/06, Paul Alfille [EMAIL PROTECTED] wrote: Ok, I think

Re: [Owfs-developers] Owserver TCP Style

2006-10-13 Thread Paul Alfille
? any new notices? thankx paul :)Alfille, Paul H.,M.D. escreveu: As Jan points out, owservers can talk to other owservers. I think the advantage would be as an aggregator -- having an owserver than combines multiple sources, or for local caching to speed up network communication (probably a small

Re: [Owfs-developers] PHP Mem leak

2006-10-13 Thread Paul Alfille
Thanks for reporting back on this.Paul AlfilleOn 10/13/06, Roberto Spadim [EMAIL PROTECTED] wrote: i founded, it was an mysql_query error, i have reported to php , owphpis very fine without problems sorry guysRoberto Spadim escreveu: ow php :) owserver work very fine Paul Alfille escreveu: I'd

[Owfs-developers] owperl

2006-10-30 Thread Paul Alfille
Has anyone else been having owperl installation problems? Where is the module supposed to be installed?Paul Alfille - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

[Owfs-developers] Fwd: [owfs - Help] DS2450 and the NSLU2 (SLUG)

2006-11-03 Thread Paul Alfille
>From the forum: -- Read and respond to this message at:https://sourceforge.net/forum/message.php?msg_id=3993682By: rob_conwayFirst post to this group however have been usinf owfs for a couple fo months and want to grow my network.I have loaded owfs on my NSLU2 aka SLUG

Re: [Owfs-developers] Problems

2006-11-05 Thread Paul Alfille
the second (background) owserver still crash? Example:./owserver -d /dev/ttyS0 -p 4001 --error_level=4 --foreground ./owserver -s 4001 -p 3001 --error_level=4 # should be ok: ./owdir -s 4001 /# The big test: ./owdir -s 3001 /Paul Alfille

Re: [Owfs-developers] Fwd: [owfs - Help] DS2450 and the NSLU2 (SLUG)

2006-11-05 Thread Paul Alfille
simultaneous/volt temp to 1 initiate a reading of just the volts (I assume Volts.all volt.x) and temp parameters or all data from the devices. cheers - Original Message - *From:* Paul Alfille mailto: [EMAIL PROTECTED] *To:* owfs-developers@lists.sourceforge.net mailto: owfs-developers

Re: [Owfs-developers] Problems

2006-11-06 Thread Paul Alfille
That suggests that serial port access is blocked for the background process. What are the permissions on /dev/ttyS0 ? Paul Alfille On 11/6/06, Matt [EMAIL PROTECTED] wrote: Paul, The foreground (hardware) server worked for multiple queries. The background server worked

Re: [Owfs-developers] Numerical result out of range

2006-11-08 Thread Paul Alfille
Serg,I think your second solution is the correct one.An explantation:The string values that OWFS generates aren't null-terminated. (The file length is correct, however). So adding buf[len]='\0' may write beyond the end of the buffer. Thanks for chasing this down!Paul AlfilleOn 11/8/06, Serg Oskin

Re: [Owfs-developers] Problems

2006-11-08 Thread Paul Alfille
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul Alfille Sent: Monday, 6 November 2006 10:48 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Problems That suggests that serial port access is blocked for the background process. What are the permissions

Re: [Owfs-developers] Problems

2006-11-10 Thread Paul Alfille
Beautiful work, Christian, on rather subtle problems. Signal handling in multithreaded client-server sections.Paul AlfilleOn 11/10/06, Christian Magnusson [EMAIL PROTECTED] wrote:I have found some problems... and I'm updating the cvs again very soon... You could wait a while before sending me new

Re: [Owfs-developers] owserver bug

2006-11-10 Thread Paul Alfille
Christian,I can't replicate this error. (Current CVS version, AMD64 platform).Used your example invokation exactly, except didn't run gdb.I assume you featured only a part of the output, my listing starts with address, not temperature. I do notice a segfault whenever I Cntr-C out of owserver. That

Re: [Owfs-developers] owserver bug

2006-11-12 Thread Paul Alfille
Fixed the problem. (In the CVS).We were trying to kill a thread that had already expired. I put a mutex around it and check.Also moved the per port data to struct connection_out since that is already per_port. Paul AlfilleOn 11/12/06, Christian Magnusson [EMAIL PROTECTED] wrote:

Re: [Owfs-developers] Openwrt+1iwre serial

2006-11-15 Thread Paul Alfille
is a list of supported devices/properties. Not what is actually present. 3. CONNECT: Cannot detect DS2480 or LINK interface on /dev/tts/1. CALL: PARSENAME path=[] is expected for the passive (homebuilt) adapter, but not the DS9097U (DS2480B-based) one. Sounds like a serial port issue. Paul Alfille

Re: [Owfs-developers] did my question about simultaneous not working make it to the list

2006-11-15 Thread Paul Alfille
We've quashied a few bugs recently. Can you try the newest from the CVS and test? At least if you could report what specifically tells you that simultaneous doesn't work, I'd know where to start. Paul Alfille On 11/15/06, Jerry Scharf [EMAIL PROTECTED] wrote: I didn't see any responses

Re: [Owfs-developers] OWhttpd bugs on window

2006-11-17 Thread Paul Alfille
Thanks for the reports. Looks like there are some problems to work through. I presume the debugging info can be generated the way it is in linux. If you start owhttpd from the command line (CMD or cygwin bash) add --error_level=9 --foreground Paul Alfille On 11/17/06, [EMAIL PROTECTED] [EMAIL

Re: [Owfs-developers] Need for Speed... (scanning speed)

2006-11-18 Thread Paul Alfille
if no devices is triggering an error check and timeout. If we can't resolve it this way, we may have to add a special file that checks for ANY device on the bus rapidly. Paul Alfille On 11/18/06, Jan Kandziora [EMAIL PROTECTED] wrote: Hi there, in my application I have some Ibutton locks I need

Re: [Owfs-developers] Need for Speed... (scanning speed)

2006-11-18 Thread Paul Alfille
It will take some looking (?check stats?) but I really suspect the problem is with a timeout waiting for a response with no devices. Can you compare 0,1,2 devices on the bus? Paul On 11/18/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Samstag, 18. November 2006 22:52 schrieb Paul Alfille

[Owfs-developers] Fwd: USB permissions on Suse 10.0

2006-11-19 Thread Paul Alfille
From: Tim Müller-Seydlitz Hi Paul, I had quite some trouble to make owfs work with SuSE 10.0. I traced it down to permission problems if I accessed owfs without being superuser. As I find the tool very useful, I would like to share my feedings: In the directory /etc/udev/rules.d/ I created the

Re: [Owfs-developers] DS2408 LCD - can't get it to work

2006-11-19 Thread Paul Alfille
Hasn't been tested, yet. I have the board but haven't wired it up. The liveCD is too old to have support for the DS2408 versions. I think the current order of fixes is 1. Simultaneous 2. directory speed 3. owperl and DS2408 writes 4. LCD So probably a week or so. Paul Alfille On 11/19/06

[Owfs-developers] simultaneous fixed

2006-11-25 Thread Paul Alfille
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

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

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

Re: [Owfs-developers] scripts and folder/directory contents

2006-11-27 Thread Paul Alfille
Perhaps 'cvs update -dR' to get new directories? Paul Alfille On 11/27/06, Gregg Levine [EMAIL PROTECTED] wrote: Hello! Earlier I ran a CVS command and it was the update one. It missed the entire Windows collection. (Not that I need it on LInux!) Also the ones for USB aren't being properly

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

2006-11-27 Thread Paul Alfille
You are right, owpython uses swig. Some background: The current scheme for languages: (From lowest to highest) 1. libow at the lowest level, implements adapters, cache, setup arguments, 1-wire devices, path parsing, multithreading, statistics, mdns discovery) 2. ow.i via Swig. Simple

Re: [Owfs-developers] USB Device Access

2006-11-30 Thread Paul Alfille
Very nicely summarized. I'll add it to the web wite. Is hotplug for 2.6 kernels as well as 2.4? Paul Alfille On 11/30/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Donnerstag, 30. November 2006 20:03 schrieb Peter Kropf: I've written up a preliminary guide to extending the hotplug subsystem

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

2006-11-30 Thread Paul Alfille
For simultaneous, you should just set the /path/simultaneous/temperature to non-zero. In owperl this would be OW::put(/mnt/1wire/simultaneous/temperature,1) ; Subsequent temperature reads should be faster. In owpython, the syntax shouldn't be that difficult. Paul On 11/30/06, Peter Kropf

Re: [Owfs-developers] USB Device Access

2006-11-30 Thread Paul Alfille
See: http://www.owfs.org/index.php?page=hotplug Can I suggest a separate page for udev -- it would be less overwhelming. Paul Alfille On 11/30/06, Peter Kropf [EMAIL PROTECTED] wrote: Hold off a bit on putting it on the web site. I'm updating it with instructions on also using udev

Re: [Owfs-developers] USB Device Access

2006-11-30 Thread Paul Alfille
Beautifully written. Now at http://www.owfs.org/index.php?page=udev Do you think a script that does these steps would be useful? Paul Alfille On 11/30/06, Peter Kropf [EMAIL PROTECTED] wrote: When you push this out to the web site, consider adding links from the hotplug and udev references

Re: [Owfs-developers] USB Device Access

2006-12-01 Thread Paul Alfille
Ok, at least for Suse: src/scripts/usb/suse_setup.sh which is: On 11/30/06, Roberto Spadim [EMAIL PROTECTED] wrote: what about put in windows installer the drivers to be installed and every think else? what about an fast install for unix? ### -- ### -- Constants - ###

Re: [Owfs-developers] Could not open USB adapter.

2006-12-02 Thread Paul Alfille
=1.1content-type=text%2Fplain basically it allows users in group ow (configurable) to access the USB device. If the script works on Mandriva, please report back. Paul Alfille On 12/2/06, chris [EMAIL PROTECTED] wrote: I'm installing owfs on Mandriva free 2007 and upon trying to start owfs /opt

Re: [Owfs-developers] Could not open USB adapter.

2006-12-03 Thread Paul Alfille
Wordstar commands, try joe Also look at midnight commander (mc) for manageing and exploring files, unpacking archives, etc. It has a built in editor mcedit that is quite serviceable. I guess the script should look for hotplug and modify it as well. Paul Alfille

Re: [Owfs-developers] no sooner has he got it going, than he wants to stop it...

2006-12-04 Thread Paul Alfille
they've changed FUSE recently, umount /mnt/owfs unmounts and stops the process nicely. See I said I'd be back. Wonderful. Paul Alfille - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: [Owfs-developers] owpython ... on Windows??

2006-12-04 Thread Paul Alfille
from here on. I fear the prior state of the art in prose has given you unwarranted concern about our playfulness. Besides, we believe in cultural diversity. And we have great sympathy for non-native American speakers. Paul Alfille

Re: [Owfs-developers] owpython ... on Windows??

2006-12-04 Thread Paul Alfille
is in the payload. If you want to do this, I'm sure people would be glad to assist. It certainly sounds like an interesting project. Paul Alfille On 12/4/06, chris [EMAIL PROTECTED] wrote: On Monday 04 December 2006 12:02, Paul Alfille wrote: On 12/4/06, chris [EMAIL PROTECTED] wrote: I understand

Re: [Owfs-developers] owpython ... on Windows??

2006-12-05 Thread Paul Alfille
of seconds of no response, assume the worst. Paul Alfille On 12/5/06, Peter Kropf [EMAIL PROTECTED] wrote: I was poking around the owserver protocol from Python to see if a simple standalone python module can be created that doesn't have any dependencies on the core ow libraries. I ran

Re: [Owfs-developers] Problems compiling CVS

2006-12-05 Thread Paul Alfille
Just tested. I fingered the wrong man! It's PHP that get's confused by zend. Making all in php make[3]: Entering directory `/home/paul/owfs/module/swig/php' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/include-fexceptions -I..

Re: [Owfs-developers] DS2408 LCD - can't get it to work

2006-12-05 Thread Paul Alfille
Fixed. Sorry. On 12/4/06, Ben Griffith [EMAIL PROTECTED] wrote: Thanks Paul! It works! Now I know my wiring was correct after all. But... I think something might be broken with reading temperatures from DS18S20s. With version 2.5p7 I can read temperatures fine, but with the CVS version if

Re: [Owfs-developers] DS18S20 temps (was DS2408 LCD - can't get it to work)

2006-12-05 Thread Paul Alfille
:-( After a cvs update didn't seem to fix it I wiped out my owfs cvs directory and fetched the whole thing over again, but still no luck. On 12/5/06, Paul Alfille [EMAIL PROTECTED] wrote: Fixed. Sorry. On 12/4/06, Ben Griffith [EMAIL PROTECTED] wrote: Thanks Paul! It works! Now I know my

Re: [Owfs-developers] owpython ... on Windows??

2006-12-05 Thread Paul Alfille
. Paul Alfille On 12/5/06, Peter Kropf [EMAIL PROTECTED] wrote: On 12/5/06, chris [EMAIL PROTECTED] wrote: On Tuesday 05 December 2006 06:19, Peter Kropf wrote: I was poking around the owserver protocol from Python is that with socket or are you using higher level modules? can you show

Re: [Owfs-developers] Hobby Boards questions

2006-12-05 Thread Paul Alfille
list on devices. It wouldn't hurt if the vendors knew there was interest and a market for OWFS support. Paul Alfille On 12/5/06, Gregg C Levine [EMAIL PROTECTED] wrote: Hello! That series of issues with the LCD display device that Hobby Boards developed independently of Maxim brought to mind

Re: [Owfs-developers] owpython ... on Windows??

2006-12-05 Thread Paul Alfille
. Should we do that with others like temperature scale? Paul Alfille On 12/5/06, Darryl [EMAIL PROTECTED] wrote: On a related topic, I was thinking about using URL's to access sensors and fields. Something that would follow a REST (http://en.wikipedia.org/wiki/Representational_State_Transfer

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-05 Thread Paul Alfille
If that was the newest from the CVS, can you pull again and retry? On 12/5/06, Darryl [EMAIL PROTECTED] wrote: Hello, I have some ds18s20 sensors which have been working flawlessly for months with a hobby-boards 'hub'. Today I added an additional ds18s20 to my garage and now I occasionally

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-05 Thread Paul Alfille
85 (the AA00 bit pattern) is apparently one of the error modes of the chip. We repeat the measurement if it occurs. Then return the value (it COULD be correct). I don't know how to improve. Perhaps power issues? Purely a guess. Paul On 12/5/06, Darryl [EMAIL PROTECTED] wrote: Unless what you

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-06 Thread Paul Alfille
in the power line that occasionally interfere with readings. In that case 2 threads, each in a tight loop, each reading a different temperature sensor would show an error. Paul Alfille On 12/5/06, Darryl [EMAIL PROTECTED] wrote: Not sure what's going on behind the scenes BUT the error only occurs when I

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-06 Thread Paul Alfille
Yes, the die trim values and all that are exposed in OWFS. Paul Alfille On 12/6/06, Mark Richards [EMAIL PROTECTED] wrote: Here. David Lissuk who maintains 1wire.org has published a list of chips identified to have the POR problem. Check over there for more details. I've snatched it from

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-06 Thread Paul Alfille
parasytic and the other powered? If so, is B and B+B also ok? And A+B? I also assume that Vdd on the parasytic is properly grounded. And these are uncached readings. This is sorta fun -- a little logic game. Credit to the person who first figures it out! Paul Alfille On 12/6/06, Darryl [EMAIL

Re: [Owfs-developers] Am I able to read from a one-wire device by only installing owserver?

2006-12-07 Thread Paul Alfille
://www.owfs.org/index.php?page=permissions Write back if you need more assistance. I can already see that a troubleshooting section, and explantation of the interdependence of the different components is needed. Paul Alfille On 12/7/06, Chris Lyon [EMAIL PROTECTED] wrote: Can I run owserver

Re: [Owfs-developers] Odd 85 deg temperature readings again

2006-12-07 Thread Paul Alfille
On 12/7/06, Darryl VanDorp [EMAIL PROTECTED] wrote: Nope. Both sensors fail. -darryl On 12/7/06, Paul Alfille [EMAIL PROTECTED] wrote: Ok, is it consistent, which fails? powered or unpowered? - Take Surveys. Earn Cash

Re: [Owfs-developers] TAI8558 strange readings

2006-12-09 Thread Paul Alfille
Can you try reading uncached and see if that works? The code looks reasonable. Paul Alfille On 12/10/06, Dave Torrey [EMAIL PROTECTED] wrote: Under 2.5p7, and now that it's winter, I'm noticing some strange readings on the TAI8558 (DS2408) I have for monitoring my furnaces zone valves

Re: [Owfs-developers] temperature sensors - simultaneous and pre-reading

2006-12-11 Thread Paul Alfille
On 12/11/06, Ben Griffith [EMAIL PROTECTED] wrote: Hi, There was some talk about simultaneous a while back, and I'm wondering if I could benefit from using it. I'm using MisterHouse, which is basically a big perl loop. I use owperl to read a different temperature sensor every 15 seconds.

Re: [Owfs-developers] temperature sensors - simultaneous and pre-reading

2006-12-11 Thread Paul Alfille
enough time elased? Yes! Read immediately. ... You then try and read the 100th sensor. Has enough time elased? Too much! Use the the slow individual convert for the rest of the sensors. Paul Alfille On 12/11/06, Ben Griffith [EMAIL PROTECTED] wrote: So why is there a delay on the first read? I

Re: [Owfs-developers] Caching problem?

2006-12-12 Thread Paul Alfille
Clearly a bug. Now fixed (in the CVS). Paul Alfille On 12/12/06, Jan Kandziora [EMAIL PROTECTED] wrote: Hi all, I think I discovered a problem with caching in the alarm directory. - Take Surveys. Earn Cash. Influence

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-12 Thread Paul Alfille
I'm impressed. You certainly figured out the code style. Questions: 1. We read_ROM and get a positlve result if any devices exist on the selected path? 2. Should we use a name like not_empty or search ? Paul Alfille On 12/12/06, Jan Kandziora [EMAIL PROTECTED] wrote: Hi all, hi Paul, I made

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-12 Thread Paul Alfille
Jan, You currently return the name a of single device. And error if there are none, or more than one. What do you really intend? Do you want to know if there are A. exactly 1 (and it's number) ? B more than 0 ? C more than 1 ? Paul Alfille On 12/12/06, Paul Alfille [EMAIL PROTECTED] wrote

Re: [Owfs-developers] Creating owlua...

2006-12-13 Thread Paul Alfille
On 12/13/06, Matthew Percival [EMAIL PROTECTED] wrote: G'Day, I am looking to create a Lua interface to owlib --- effectively owlua. I would need to do this as a simple C library that makes the appropriate calls, however, I have not been able to find any documentation that would help

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-13 Thread Paul Alfille
it. Paul Alfille - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys - and earn cash http

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-13 Thread Paul Alfille
) But 0x33 also has effects on DS1922 (which worries me) and DS2409 ( !!! 0x33 = Smart-on AUX) Paul Alfille On 12/13/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Mittwoch, 13. Dezember 2006 17:33 schrieb Paul Alfille: Many of the adapters have an id chip included, so this technique will only work

Re: [Owfs-developers] Bug in DS2409 code, patch included

2006-12-14 Thread Paul Alfille
Jan, Thank you very much! Paul Alfille On 12/14/06, Jan Kandziora [EMAIL PROTECTED] wrote: Hi All, Hi Paul I think I found a bug in the DS2409 code. According to the datasheet, the discharge lines command is 0x99, not 0xCC (that's Smart-On Main). Proposed patch: --- owfs.orig/module/owlib

Re: [Owfs-developers] Bug in DS2409 code, patch included

2006-12-14 Thread Paul Alfille
I've applied the origical patch. As soon as we get the simultaneous/single and simultaneous/present stable, I'll make another release. Paul On 12/14/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Donnerstag, 14. Dezember 2006 23:52 schrieb Jan Kandziora: Ahhh, forget the previous

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-14 Thread Paul Alfille
Jan, The DS2409 code has been quite a chore to implement. OWFS has the most flexible of any implementation I know -- support for unlimitted branching, interleaved bus usage, and lazy bus changes. I'll be interested in any improvements you can make, but it isn't easy. Paul Alfille On 12/14/06

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-15 Thread Paul Alfille
On 12/15/06, Jan Kandziora [EMAIL PROTECTED] wrote: Before I'll rumble through that, I'd like to add another node to the DS2409 chip: clearevent just issues a 0x66 disconnect all lines control command and clears the DS2409s event flags. I know discharge does this, too, but I don't like the

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-15 Thread Paul Alfille
This is an ambitious, but tricky change. When you are happy with it, let me test it too. I can construct a 2 level network here. Paul On 12/15/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Freitag, 15. Dezember 2006 03:05 schrieb Paul Alfille: Jan, The DS2409 code has been quite a chore

Re: [Owfs-developers] ownet

2006-12-16 Thread Paul Alfille
http://owfs.cvs.sourceforge.net/owfs/owfs/module/swig/python/ownet/ or from Peter Kropf's readme: 1 ownet 2 = 3 4 ownet is a standalone python module for accessing 1-wire sensors 5 through an owserver. The ownet module does not use the core ow 6 libraries. Instead, it

Re: [Owfs-developers] Proposed Enhancement: read_ROM node in simultaneous directories

2006-12-16 Thread Paul Alfille
Jan, Your patch works flawlessly, so I included it. Very nice. As a partially related note, some of the bus masters record if there are any devices after every RESET. We could use that for scanning, which would be even faster. Paul Alfille On 12/16/06, Jan Kandziora [EMAIL PROTECTED] wrote

[Owfs-developers] Fwd: New kernel modules

2006-12-17 Thread Paul Alfille
OWW problems, any thoughts? Also, is there interest in an OWFS - OWW bridge? My thought is to use owserver as the backend and OWW for weather-specific applications. That would allow both systems to access the 1-wire bus simultaneously. Paul Alfille -- Forwarded message -- From

Re: [Owfs-developers] temperature sensors - simultaneous andpre-reading

2006-12-19 Thread Paul Alfille
the conversion is complete. During that time, the bus is locked and polled. Paul Alfille On 12/11/06, Alfille, Paul H.,M.D. [EMAIL PROTECTED] wrote: Actually, all the chips get the convert command (it's directory-specific, so DS2409 branches won't get the convert unless requested specifically

Re: [Owfs-developers] tcp protocol

2006-12-19 Thread Paul Alfille
the function into separate methods. Is there some explanation of the code? Paul Alfille Also, I'd suggest calling it ownet.php, to keep the parallels with Peter Kropf's ownet.py It looks like each language will get a full owlanguage and a lighter (owserver-only) ownet.lang On 12/19/06, Roberto

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-19 Thread Paul Alfille
Can you try 2.5p7 ? I made changes for HA3 and HA4B adapters in the last release that might have caused the problem. Sorry. I'll test and fix. Paul On 12/19/06, Simon Natterer [EMAIL PROTECTED] wrote: Hello, I've got owserver/owperl running for quite a while, with version 2.4p7. When

Re: [Owfs-developers] PHP Class for OWServer

2006-12-20 Thread Paul Alfille
be more intuitive to your users. The actual design and interface is entirely your choice, and perhaps an overloaded get makes more sense in PHP. When it's ready, I'd like to include this in the mainline OWFS package. Paul Alfille /* explanation: EVERY FUNCTION TRIGGER AN ERROR! you should use @$ow

Re: [Owfs-developers] PHP Class for OWServer

2006-12-20 Thread Paul Alfille
Sounds fine. We also have an mdns protocol registered. Do you want to submit the request? Paul Alfille On 12/20/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Mittwoch, 20. Dezember 2006 13:16 schrieb Paul Alfille: Hello Roberto, Very nice work. I found the documentation at the end

[Owfs-developers] Fwd: [IANA #50010] AutoReply: Application for port-number: owserver

2006-12-20 Thread Paul Alfille
] - Application for User Registered Port Number Name : Paul Alfille Protocol Number : TCP Message Formats : The full explanation is at http://www.owfs.org/index.php?page=owserver-protocol Basically messages are variable length, with a 6 word (24 byte) header, and a variable payload There are two

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-21 Thread Paul Alfille
On 12/21/06, Simon Natterer [EMAIL PROTECTED] wrote: Simon Natterer wrote: Confirmed, it works. Nope, there is still something strange. The temperatures from three sensors didn't change their value after installing CVS. Looks like the first value is cached and no further reading is done.

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-24 Thread Paul Alfille
? /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: den 23 december 2006 14:03 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B Uncached was broken! (Fixed in the CVS). Thanks

Re: [Owfs-developers] usage of 1wire sensors in motor-sports

2006-12-24 Thread Paul Alfille
nice choice. Paul Alfille On 12/24/06, Stefan Eitel [EMAIL PROTECTED] wrote: Hi Japie, Actualy my project is similar to a weather station, only the readings are a bit higher but we need: rpm, temp, pressure and humidity only abnormal thing would be a way to collect data from our trothle

Re: [Owfs-developers] What NAS devices are people running owfs on ? (Besides NSLU2)

2006-12-25 Thread Paul Alfille
Asus WL-HDD2.5 See http://www.owfs.org/index.php?page=wl-hdd Paul Alfille On 12/25/06, Rob Conway [EMAIL PROTECTED] wrote: I am a very happy NSLU2 (Unslung 6.8) user however looking at what other NAS appliance devices are out there. I like the idea of getting a fully self contained NAS

Re: [Owfs-developers] usage of 1wire sensors in motor-sports

2006-12-25 Thread Paul Alfille
On 12/25/06, Japie [EMAIL PROTECTED] wrote: Wow, what a responce, thank you all for your input! For the something went terrebly wrong part we need accurate and fast timings. temp. readings and humidity are for engine adjustements so 500ms. will do, Easy. pressure readings for turbo boost

Re: [Owfs-developers] Unreliable DS1820?

2006-12-25 Thread Paul Alfille
voltages on the data line, and the recommendation is to use a diode to protect them. How to test? Ask for some more samples from Dallas, or try in another system, like what you propose. If more than one failed at the same time, I'd also be suspicious of the rest of your circuit or software. Paul

Re: [Owfs-developers] usage of 1wire sensors in motor-sports

2006-12-26 Thread Paul Alfille
You've clearly generated a lot of interest! On 12/26/06, Japie [EMAIL PROTECTED] wrote: Uhmmm, I forgot to mention that the intake channel contains several water-spraying-nozzles... There's one in front of the turbo's air intake to cool the turbo and inside the air duct is the main water

Re: [Owfs-developers] usage of 1wire sensors in motor-sports

2006-12-27 Thread Paul Alfille
and implement control mechanisms. So the point is that you can add timing info to the log file for each collection of data points, allowing finer resolution, unequal spacing, and better accuracy. Paul Alfille - Take Surveys

Re: [Owfs-developers] New build

2006-12-28 Thread Paul Alfille
Ok, this evening. Can you help me with the configuration/Makefiles for the new ownet stuff? I presume the php and python scripts only need installation -- they aren't compiled. I would like to have them added to the owshell rpm. I put minimal Makefiles there as placeholkders, but am a little

Re: [Owfs-developers] Bug in ownet (python) with DS2409 ?

2006-12-29 Thread Paul Alfille
not essential. Paul Alfille On 12/29/06, Paul Davis [EMAIL PROTECTED] wrote: Hi - I've been exercising some changes to the ownet python interface, and everything seems to be working great. The changes were made because the existing code had trouble working through a 1-wire hub or DS2409

Re: [Owfs-developers] Building on OS/X versions 2.5p8 / 2.5p9

2007-01-01 Thread Paul Alfille
10.4.8 with gcc 4.0.1 on PPC dual G5. Ross Cathriner (missing_tools) Hi Ross, Great pickup! I have no idea how this happened: DeviceEntryExtended(1 D, DS2423, DEV_ovdr); Clearly an extra space. Now fixed inthe CVS. Paul Alfille

Re: [Owfs-developers] Building on OS/X versions 2.5p8 / 2.5p9

2007-01-01 Thread Paul Alfille
It's indent -- and it kills! Apparently every value of the for [0-9][A-FH] gets a space added. Affects many family codes. Looks like we need a new release. Paul On 1/1/07, Paul Alfille [EMAIL PROTECTED] wrote: On 1/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, My

Re: [Owfs-developers] OWNet.pm

2007-01-04 Thread Paul Alfille
Right. I believe that's the difference between a perl program (.pl) and module (.pm) -- essentially a loadable extension. Paul Alfille On 1/3/07, Roberto Spadim [EMAIL PROTECTED] wrote: OK :) i don't use perl but i always see it as .pl in my webserver

Re: [Owfs-developers] OWNet.vb

2007-01-04 Thread Paul Alfille
I've been looking through your code. I don't know VB very well. But it looks nice. How would it be used? Is there any documentation? Should we put it up on Sourceforge? Paul On 1/4/07, Roberto Spadim [EMAIL PROTECTED] wrote: Any comments for ownet.vb?

Re: [Owfs-developers] OWNet.VB (vb5 and vb6, vb.net not tested)

2007-01-05 Thread Paul Alfille
Added to the project, Roberto Spadim's Visual Basic control Connects to an owserver. Documentation: http://www.owfs.org/index.php?page=visual-basic-control Source code: module/ownet/VisualBasic or http://www.spadim.com.br/ownet.vb.zip All we need now is some screen shots. Paul Alfille On 1/4

Re: [Owfs-developers] ownet.php

2007-01-06 Thread Paul Alfille
with pydoc You are mostly writing for the Windows platform -- why use man pages? HTML or Windows Help files, or even text or (horrors) Winword would all be appropriate. PDF, rtf also work. Paul Alfille - Take Surveys. Earn

Re: [Owfs-developers] owserver - proxy

2007-01-08 Thread Paul Alfille
) and the HA5 and HA7E (from EmbeddedDataSystems) and PICstick and TINI. All those seem better handled as adapter types. Even the Link-Hub-E with uses the Lantronix serial proxy and the link can't run a DS9097U remotely. Only the simple LINK ascii protocol. Paul Alfille On 1/8/07, Roberto Spadim

Re: [Owfs-developers] understanding owserver TCP connection behavior

2007-01-10 Thread Paul Alfille
. This is still the planning stage. I'd be interest4ed in feedback, criticism. Paul Alfille On 1/9/07, ziggy [EMAIL PROTECTED] wrote: I understand your explanation. The implementation is simple, and in most cases is quick enough. However, I think it can be demonstrated that when WANs are being

Re: [Owfs-developers] understanding owserver TCP connection behavior

2007-01-10 Thread Paul Alfille
On 1/9/07, ziggy [EMAIL PROTECTED] wrote: 2. I don't believe this is a significant issue. While there may be no hard limits on the number of concurrent connections now, the practical limit is 1. The 1-wire is single access and can not be shared. Trying to use multiple connections

<    1   2   3   4   5   6   7   8   9   10   >