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

2007-01-10 Thread Paul Alfille
on the command line if that transport technique is desired. owserver can listen for either . I would always make tcp the default since it is more robust, and I believe the performance issues will be uncommon. The design phylosophy of OWFS is simplicity and accuracy over performance. Paul Alfille Roberto

[Owfs-developers] owserver enhancement for faster directory listing.

2007-01-10 Thread Paul Alfille
method (and fall back to the old way if there is an error -- presumabl because the owserver doesn't support msg_dirall). python, php and VB will need updates as well. Paul Alfille - Take Surveys. Earn Cash. Influence the Future

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Paul Alfille
Good pickup. Now: *if* ( cm-ret ) { cm-size = cm-payload = 0 ; } *else* { cm-payload = cb.used ; cm-size = cb.used -1 ; } Paul Alfille On 1/11/07, George M. Zouganelis [EMAIL PROTECTED] wrote: George M. Zouganelis wrote on 11/1/2007 16:29: Paul, in owserver

Re: [Owfs-developers] Interpreting counter values from ds2423

2007-01-18 Thread Paul Alfille
According to the data sheet, the DS2423 debounce time constant is ~ .3 msec. Probably too sensitive for a rough mechanical switch. Paul Alfille On 1/18/07, Gene Dio [EMAIL PROTECTED] wrote: That makes a ton of sense. I thought I had read that the ds2423 had internal debounce, so I hadn't

Re: [Owfs-developers] 185F reading problem temps

2007-01-20 Thread Paul Alfille
There shouldn't be. That's how it's tested. Which adapter? Which program? Which platform? Paul Al;fille On 1/20/07, Alan Prather [EMAIL PROTECTED] wrote: Upgraded to 2.6P0 version and am having trouble getting accurate readings from my DS18S20 temperature sensors. These are using parasitic

Re: [Owfs-developers] 185F reading problem temps

2007-01-20 Thread Paul Alfille
on /05.DD011F00/temperature Looks like one 85 in the mix. Serial seems to work as well (separate test). Paul Alfille On 1/20/07, Paul Alfille [EMAIL PROTECTED] wrote: There shouldn't be. That's how it's tested. Which adapter? Which program? Which platform? Paul Al;fille On 1/20/07, Alan

Re: [Owfs-developers] Fwd: [IANA #50010] Application for port-number: owserver (Assigned-4304)

2007-01-22 Thread Paul Alfille
On 1/22/07, Gregg Levine [EMAIL PROTECTED] wrote: On 1/22/07, Paul Alfille [EMAIL PROTECTED] wrote: Great news, 4304 is out default port. I'll modify the programs and examples to use it. In general, if no port is specified, 4304 will be assumed. Good news indeed. However Paul wasn't

Re: [Owfs-developers] owphp owfs-2.6p0 DS2408

2007-01-24 Thread Paul Alfille
Clearly sounds broken. Now to figure where. On 1/23/07, pappapop [EMAIL PROTECTED] wrote: Don't know if this is the right forum... Have been running owfs (monitoring temperature and switching_on/off in heatingsystem) since owfs-2.5p6 using owphp/owserver. After uppgrading (./bootstrap,

Re: [Owfs-developers] owserver segmentation fault / no debug

2007-01-25 Thread Paul Alfille
The second problem owserver alone causing a segfault I've seen and will upload a fix today. I'll look at error_print=3 but is isn't needed if you do --foreground, the error output will go to the console automatically. Paul Alfille On 1/25/07, George M. Zouganelis [EMAIL PROTECTED] wrote

Re: [Owfs-developers] owphp owfs-2.6p0 DS2408

2007-01-25 Thread Paul Alfille
I'm guessing it's the python interface, since owread and owhttpd seem happy. Perhaps we are reading the entire buffer, rather than size bytes. Paul Alfille On 1/24/07, Paul Alfille [EMAIL PROTECTED] wrote: Clearly sounds broken. Now to figure where. On 1/23/07, pappapop [EMAIL PROTECTED

Re: [Owfs-developers] owfs 2.6p0

2007-01-28 Thread Paul Alfille
is empty. I think is not normal. Again, try the newest version. And thank you for the bug reports. Paul Alfille - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Owfs-developers] ownet/java persistent

2007-01-28 Thread Paul Alfille
Very nice code. How do we configure the makefiles and installation for Java? Paul Alfille On 1/28/07, George M. Zouganelis [EMAIL PROTECTED] wrote: commited in cvs: support for persistent connections [safe]Connect/[safe]Disconnect methods tcp timeouts fix for reading long packets misc

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

2007-01-31 Thread Paul Alfille
. That is domain-specific information that the user must know indep[endently (though we'endeavored to make function pretty transparent, and must data is returned as straight ascii characters.) Paul Alfille On 1/31/07, Matthew Percival [EMAIL PROTECTED] wrote: G'Day, I have been trying to create

Re: [Owfs-developers] problem building lightweight owfs

2007-02-01 Thread Paul Alfille
On 2/1/07, Robert Bloom [EMAIL PROTECTED] wrote: Hi, I've been tasked with getting owfs to work on our embedded Linux platform which runs an older 2.6.10 kernel. I just finished back porting the latest w1 ds2482 and fuse kernel modules. My initial goal is to talk to a w1 ds2450 over i2c and

Re: [Owfs-developers] irrelevant to project: [HW] OW over IR/OPTICAL

2007-02-02 Thread Paul Alfille
with OWFS over an IR link. Paul Alfille On 2/2/07, George M. Zouganelis [EMAIL PROTECTED] wrote: ahmmm.. It might sound extreme, but... :) I'm trying to collect some data on building a IR bridge (transceiver) for OW. The goal is to have ow-clients spread in an small area where extra cabling

Re: [Owfs-developers] thermocouple device

2007-02-02 Thread Paul Alfille
I believe I found the error. Fixed in the CVS. Tell me if it works for you. (I don't have a DS2760 device to test). Paul Alfille On 2/1/07, Lorenz Drack [EMAIL PROTECTED] wrote: Hi Paul - here's a screenshot of what I see on owfshttp

Re: [Owfs-developers] ownet and uncached temperature

2007-02-02 Thread Paul Alfille
Thanks for the error report. Fixed, I think. A change to owserver -- committed to the CVS. Paul Alfille On 2/2/07, Tim Sailer [EMAIL PROTECTED] wrote: #!/usr/bin/perl use OWNet; my $owserver=OWNet-new(localhost) ; print $owserver-read('/uncached/10.8D5155000800/temperature').\n

Re: [Owfs-developers] Newbie question

2007-02-04 Thread Paul Alfille
On 2/4/07, Leland Helgerson [EMAIL PROTECTED] wrote: Oops, they were run like this: sh ./bootstrap sh ./configure Does that affect the outcome? Easy enough to test. After configure, are you presented with a nice table of selected options and modules? Or errors? Paul Alfille

Re: [Owfs-developers] ownet oddity

2007-02-04 Thread Paul Alfille
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 PROTECTED

Re: [Owfs-developers] paring down the component list

2007-02-05 Thread Paul Alfille
://www.owfs.org/index.php?page=binary-sizes 4. If you just don't want certain family codes to appear, it is harder. Even unrecognized codes are shown, but they have minimal default properties. 5. Consider another fuse layer on top to filter the display. Paul Alfille On 2/5/07, [EMAIL PROTECTED

Re: [Owfs-developers] 85°C-Problem with DS18S20

2007-02-06 Thread Paul Alfille
I can't test a DS2409 until next week. You know the VDD (on the DS18S20) should be powered, or grounded, not allowed to float free. I wonder if there isn't a problem with power for conversion using a DS2409 hub. It will take some experimentation. Paul Alfille On 2/6/07, Chris [EMAIL PROTECTED

Re: [Owfs-developers] i2c

2007-02-06 Thread Paul Alfille
Jan Kandziora's design is now placed at http://www.owfs.org/index.php?page=i2c-parallel-port-design Paul Alfille On 2/6/07, Jan Kandziora [EMAIL PROTECTED] wrote: Am Dienstag, 6. Februar 2007 08:30 schrieb Stuart Poulton: Dear All, Does anyone have experience of working i2c interfaces

Re: [Owfs-developers] ownet oddity

2007-02-07 Thread Paul Alfille
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

Re: [Owfs-developers] thermocouple device

2007-02-07 Thread Paul Alfille
2.6p2, when it's released, should have the corrected code. Before that release, I'd like to address some of the DS2409 microhub and Ds18S20 problems that have bbeen reported, and bus numbering problems that show up;. Paul Alfille On 2/7/07, Lorenz Drack [EMAIL PROTECTED] wrote: Hi - I've

Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

2007-02-08 Thread Paul Alfille
window A. in the owdir window returns the answer B. in the owserver window, the transaction is shown 4. I notice you are invoking ./owserver -- are you sure you are using the correct version? Paul Alfille On 2/8/07, J Kvalvaag [EMAIL PROTECTED] wrote: Hi all, I am having trouble running

Re: [Owfs-developers] Fwd: New kernel modules

2007-02-08 Thread Paul Alfille
Using one of the ownet programs (connecting directly to owserver) seems like the best approach. Paul Alfille On 2/8/07, Mark Cheeseman [EMAIL PROTECTED] wrote: A couple of months ago, Paul Alfille wrote: Also, is there interest in an OWFS - OWW bridge? My thought is to use owserver

Re: [Owfs-developers] OWFS Logo...where is it

2007-02-08 Thread Paul Alfille
File System or something in between. So I'll second the plea for suggested logos. Paul Alfille - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

Re: [Owfs-developers] Problem running recent versions of owfs onSlackware-11.0

2007-02-09 Thread Paul Alfille
Ok, fix will come come Sunday (or at least I'll be able to test that configuration then). Thank you for doing the reversion testing, it's VERY helpful! Paul Alfille On 2/9/07, J Kvalvaag [EMAIL PROTECTED] wrote: Just tried your test case. I works for me. 1. You know that --mountpoint

Re: [Owfs-developers] OWFS Logo...where is it

2007-02-09 Thread Paul Alfille
Looks great to me! Can we use it? Paul Alfille On 2/9/07, Rob Conway [EMAIL PROTECTED] wrote: Somebody on this list must be acquainted with a friend / partner/ family member that is in marketing or advertisingthat could assist ? My suggestion (am not that good with graphics as you can

Re: [Owfs-developers] Creating a Ruby ownet client

2007-02-10 Thread Paul Alfille
love to have the ruby code included! Paul Alfille On 2/10/07, Pedro Côrte-Real [EMAIL PROTECTED] wrote: On 2/9/07, Pedro Côrte-Real [EMAIL PROTECTED] wrote: I wanted to use owfs in a Ruby project so I decided to port the Python ownet client to Ruby. I've just about finished this. I have

Re: [Owfs-developers] Problem running recent versions of owfs onSlackware-11.0

2007-02-10 Thread Paul Alfille
you found any problems? Paul Alfille On 2/8/07, J Kvalvaag [EMAIL PROTECTED] wrote: Hi all, I am having trouble running owfs version 2.6p0 and 2.6p1 on Slackware-11.0 with a stock 2.6.18 kernel. Version 2.5p0 to 2.5p10 runs fine. I am using fuse-2.6.3. Did something change

Re: [Owfs-developers] OWFS Logo...where is it

2007-02-12 Thread Paul Alfille
I've put the proposals at http://www.owfs.org/index.php?page=logo-poll I'll try to keep the page up to date. One question is size. At least the initial request was for a logo to acknowledge OWFS use on sites that use OWFS. David Lissuik also sugggests that we'll want to use the logo on PCB silk

Re: [Owfs-developers] OWFS Logo...where is it

2007-02-12 Thread Paul Alfille
find those sites, and that those vendors mention OWFS as one of the available software systems. Paul Alfille - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Owfs-developers] Problem running recent versions of owfsonSlackware-11.0

2007-02-12 Thread Paul Alfille
Tried on Ubuntu, as well. Success. Linux ubuntu 2.6.15-27-386 #1 PREEMPT Fri Dec 8 17:51:56 UTC 2006 i686 GNU/Linux libusb-0.1-4 Perhaps this is a problem with libusb versions? Paul Alfille On 2/11/07, J Kvalvaag [EMAIL PROTECTED] wrote: Ok, I tried the current CVS version under SUSE 10.1

Re: [Owfs-developers] Problem running recent versions of owfsonSlackware-11.0

2007-02-12 Thread Paul Alfille
On 2/12/07, Roberto Spadim [EMAIL PROTECTED] wrote: i had problems with a nic card using PREEMPT kernels... try the default kernel without preempt Paul Alfille escreveu: Tried on Ubuntu, as well. Success. Linux ubuntu 2.6.15-27-386 #1 PREEMPT Fri Dec 8 17:51:56 UTC 2006 i686 GNU/Linux

Re: [Owfs-developers] Creating a Ruby ownet client

2007-02-12 Thread Paul Alfille
Binary: This would have all the advantages of --fake and allow rather intricate unit testing. Any suggestions before I start coding? Paul Alfille - Using Tomcat but need to do more? Need to support web

Re: [Owfs-developers] Creating a Ruby ownet client

2007-02-12 Thread Paul Alfille
if you don't write the set value? Paul Alfille - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere

Re: [Owfs-developers] OWNet and remote host

2007-02-13 Thread Paul Alfille
It's easier if the code is fixed. Fixed. Paul Alfille On 2/13/07, Tim Sailer [EMAIL PROTECTED] wrote: I can not get OWNet to work with anything but localhost, and I'm stumped. Has anyone else gotten this to work? What was the magic incantation? Tim -- Tim Sailer Coastal Internet, Inc

Re: [Owfs-developers] Owfs response time

2007-02-16 Thread Paul Alfille
better would be auto tuning, where the delays are adjusted as the program proceeds, compensating for the hardware and clock speed. Of course, it is also possible that we have some inefficient implementation -- again, the only testing was that is worked. Paul Alfille On 2/16/07, [EMAIL PROTECTED

Re: [Owfs-developers] DS9097 - What's wrong with it?

2007-02-19 Thread Paul Alfille
The adapters I'm familiar with are found at http://owfs.sourceforge.net/adapters.html Simple question, do you have permission to access the serial port? Paul Alfille On 2/19/07, Chris [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FYI: system/bus shows the following

Re: [Owfs-developers] owfs - LinkHub-E

2007-02-19 Thread Paul Alfille
. Paul Alfille On 2/16/07, Jon Dustin [EMAIL PROTECTED] wrote: Greetings - I have been looking at your OneWireFileSystem for some time, and it looks to be *very* promising. I have been using the iButtonLink for some time (via digitemp libraries), and now am looking to use owfs for a more

Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

2007-02-22 Thread Paul Alfille
a little lost chasing through where the variable is set ( src/include/config.h.in probably by automake or autoconf ). ( the easy, ugly, fix is #define HAVE_USB_INTERRUPT_READ at the start of module/owlib/src/c/ow_9490.c ) Anyone have better insight? Paul Alfille On 2/8/07, J Kvalvaag [EMAIL

Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

2007-02-23 Thread Paul Alfille
have caused the bad detection. /Christian *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Paul Alfille *Sent:* den 22 februari 2007 21:05 *To:* owfs-developers@lists.sourceforge.net *Subject:* Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

Re: [Owfs-developers] OWFS on Debian

2007-02-24 Thread Paul Alfille
I suspect a permissions issue, or the recently fixed USB configuration issue. (HAVE_USB_INTERRUPT_READ). Can you start owfs with: --foreground --error_level=9 and report the first few lines. Paul Alfille On 2/24/07, John Benfield [EMAIL PROTECTED] wrote: Okay, the warning first - This is my

Re: [Owfs-developers] OWFS on Debian

2007-02-24 Thread Paul Alfille
Ok, it looks like the error in usb configuration that Christian just corrected. Either pull from cvs, and run ./bootstrap,... or add #define HAVE_USB_INTERRUPT_READ to the top of module/owlib/src/c/ow_ds9490.c On 2/24/07, John Benfield [EMAIL PROTECTED] wrote: On 24/02/07, Paul Alfille [EMAIL

Re: [Owfs-developers] Windows OW....

2007-02-24 Thread Paul Alfille
On 2/24/07, Chris [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm wondering how good your port to windows is, as it does not appear to detect my home-built DS9097. How good? Probably not as good as the older and better tested linux version. It is

Re: [Owfs-developers] xml from owhttpd

2007-02-27 Thread Paul Alfille
And a perl module for stream xml parsing like SAX http://perl-xml.sourceforge.net/perl-sax/ Is this the direction you are thinking? Paul Alfille On 2/27/07, Matt [EMAIL PROTECTED] wrote: http://www2.buoy.com/pipermail/weather/2007-February/007544.html This thread on a Weather list reminded me

Re: [Owfs-developers] Cable length when connecting a 18B20 sensor to a USB dongle

2007-03-03 Thread Paul Alfille
Are you certain that the extension cable doesn't reverse polarity? Paul On 3/3/07, Pedro Côrte-Real [EMAIL PROTECTED] wrote: I'm trying to use a 18B20 sensor connected to a USB dongle. I've put the 18B20 sensor directly on an RJ-11 connector. I've connected the 18B20 Vcc connector to the USB

Re: [Owfs-developers] -link still broken

2007-03-06 Thread Paul Alfille
Try: /opt/owfs/bin/owserver --link /dev/ttyS0 -p 2840 -P /opt/owfs/run/owserv.pid Paul Alfille On 3/6/07, Jerry Scharf [EMAIL PROTECTED] wrote: Paul Alfille wrote: Hi Jerry, Can you confirm: 1. --link (2 dashes) 2. local or remote? 3. show the actual command line 4. Link45

Re: [Owfs-developers] is the logging control in ow_python broken?

2007-03-10 Thread Paul Alfille
Sorry about that. At least you can tell where the current design work is focussed. Paul Alfille P.S. There's an idea! A /dev/null spam responder. On 3/10/07, Jerry Scharf [EMAIL PROTECTED] wrote: So I upgraded to the latest CVS pull about a week ago. Up till the upgrade, I had no problems

Re: [Owfs-developers] Reading 1 wire data every minute with an NSLU2 (SLUG)

2007-03-12 Thread Paul Alfille
the underlying problem. Paul Alfille On 3/12/07, Rob Conway [EMAIL PROTECTED] wrote: I am using an NSLU2 (Unslung 6.8), I currently use a simple bash script to gather 8 off 1wire variables and do some calc's before storing the data in trend files. I have it scheduled in crontab to run every 1 minute

Re: [Owfs-developers] Reading 1wire dataevery minutewith anNSLU2(SLUG)

2007-03-14 Thread Paul Alfille
domain (not GPL). 5. Very small binary 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

Re: [Owfs-developers] Python with ownet

2007-03-16 Thread Paul Alfille
You are right to ingore the payload= -1 packets. They are keepalive packets to show that processing is still occuring and that the connection needn't be timed out. See: http://www.owfs.org/index.php?page=owserver-protocol Paul Alfille On 3/16/07, Stephen Houser [EMAIL PROTECTED] wrote: I had

Re: [Owfs-developers] Bad iButtonLink MS-TH humidity readings

2007-03-16 Thread Paul Alfille
. The two models are exactly the same except the MS-THW has a Honeywell humidity sensor. So might be the same. I'll test the AAG design again to corroborate that it is accurate, and then we will have to get more information to properly support iButtonLink's design. Paul Alfille On 3/16/07, Stephen Houser

Re: [Owfs-developers] New distribution of Slackware going active RSN

2007-03-31 Thread Paul Alfille
What version of the kernel does it use? I'm interested because of the recent reports of FUSE problems with 2.6.19+ Paul Alfille On 3/31/07, Gregg Levine [EMAIL PROTECTED] wrote: Hello! Just in case anyone missed it, Slackware 11.0 went GA (Generally Available) towards the beginning of last

[Owfs-developers] Fwd: Dead WRT54G v2

2007-04-05 Thread Paul Alfille
Tom Ament asked me to forward this to the list to see if anyone can help with a WRT54G problem. -- Forwarded message -- From: Tom Ament [EMAIL PROTECTED] Date: Apr 4, 2007 5:35 PM Subject: Dead WRT54G v2 Any chance you have a schematic of the power side of this thing. I have

Re: [Owfs-developers] OWNet.py: does MultiSensor attribute work?

2007-04-10 Thread Paul Alfille
Good question. What do you get when you read page 0? The first byte is used for determining sensor type. Paul Alfille On 4/10/07, George Bobeck [EMAIL PROTECTED] wrote: I have been encountering something a bit strange while using the ownet python module to access the MultiSensor attribute

Re: [Owfs-developers] attaching microcontrollers to OW

2007-04-21 Thread Paul Alfille
, limitting their market, mindshare, etc, but they seem to have the right. The DS2408 can also talk to a microprocessor a byte at a time, with a strobe line to coordinate data transfer. We'd have to do some additions to OWFS to support that mode, but it's quite doable. Paul Alfille On 4/21/07, njh

Re: [Owfs-developers] Bus Masters

2007-04-26 Thread Paul Alfille
For speed differences, see: http://www.owfs.org/index.php?page=performance Paul Alfille On 4/26/07, Gregg C Levine [EMAIL PROTECTED] wrote: Hello! To quote a friend in a different venue, It depends.. Essentially, if you are planning on using OWFS as part of a setup running on a Linux enabled

Re: [Owfs-developers] DS2408 switch problem (TAI8558)

2007-04-28 Thread Paul Alfille
trails a bit). Paul Alfille On 4/27/07, Lorenz Drack [EMAIL PROTECTED] wrote: Hi I'm having problems switching relays on my TAI8558 relay board (and TAI8555) switch on my slug. By setting PIO.BYTE I can switch the relays on the TAI8558, however, PIO.ALL seems to do nothing when putting

Re: [Owfs-developers] why are there 3 x owservers running on my SLUG (NSLU2)

2007-05-01 Thread Paul Alfille
owserver is multithreaded -- might separate threads appear as separate processes in uclinux? Paul Alfille On 5/1/07, Lorenz Drack [EMAIL PROTECTED] wrote: Hi Rob Your message prompted me to check the processes on my slug. PS looks a bit scarier than yours. Why aren't old processes dying I

Re: [Owfs-developers] New master device: EtherWeather

2007-05-07 Thread Paul Alfille
Does it work? You are able to set communication parameters and control the DS2480? Should be very easy to add support. After all, we support tcp communication and we support the DS2480 Paul Alfille On 5/7/07, Roberto Spadim [EMAIL PROTECTED] wrote: today i have a kind of etherweather i have

Re: [Owfs-developers] New master device: EtherWeather

2007-05-07 Thread Paul Alfille
Please, and the $ID:$ cvs tag in the comments. On 5/7/07, Jacob Potter [EMAIL PROTECTED] wrote: On 5/7/07, Paul Alfille [EMAIL PROTECTED] wrote: EtherWeather is now supported. Jacob, I'm going to add the GPL v2 license to your file, since it is required. Remove the file

Re: [Owfs-developers] newest CVS

2007-05-07 Thread Paul Alfille
As far as I know, there have been no changes to ow.pm for quite a while. Tell us a little more for about your setup. Paul Alfille On 5/7/07, Tim Sailer [EMAIL PROTECTED] wrote: Updating my owfsws scripts, I compiled the lastest CVS to make the counters work. Well, my wind speed, lightning

Re: [Owfs-developers] newest CVS

2007-05-08 Thread Paul Alfille
So you've found a work-around, but parameter handling in OW.pm needs debugging? Paul Alfille On 5/7/07, Tim Sailer [EMAIL PROTECTED] wrote: On Mon, May 7, 2007 21:29, Paul Alfille said: As far as I know, there have been no changes to ow.pm for quite a while. Interesting. I had the 'extra

Re: [Owfs-developers] OWFS on Kamikaze OpenWrt

2007-05-10 Thread Paul Alfille
If I could figure out the interface, the GPIO pin would be fun. Isn't it at 3V, though? Paul Alfille On 5/10/07, Alessio Sangalli [EMAIL PROTECTED] wrote: Hi, I have an Asus wl-500gP with Openwrt Kamikaze on it and I would like to run OWFS on it. Are there packages for Kamikaze version? I

Re: [Owfs-developers] New master device: EtherWeather

2007-05-12 Thread Paul Alfille
Added to website: http://www.owfs.org/index.php?page=etherweather If you have a picture, pdf, website or specs, we can add that as well. Paul Alfille On 5/6/07, Jacob Potter [EMAIL PROTECTED] wrote: On 5/5/07, Paul Alfille [EMAIL PROTECTED] wrote: There are several ways to participate: 1

Re: [Owfs-developers] new owfsws release

2007-05-12 Thread Paul Alfille
Very nice! Added to the website (under Examples) http://www.owfs.org/index.php?page=weatherowfsws We'll need to add it to software list as well. Paul Alfille On 5/12/07, Tim Sailer [EMAIL PROTECTED] wrote: I just posted the newest release of owfsws that I have been running for a few

Re: [Owfs-developers] Broken CVS check-in alert

2007-05-15 Thread Paul Alfille
Thank you. How embarrassing. The risks of trying to make the code more readable. Paul Alfille On 5/15/07, Matthias Urlichs [EMAIL PROTECTED] wrote: This cannot possibly be correct for any sane definition of that word... diff --git a/module/owlib/src/c/ow_read.c b/module/owlib/src/c

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Paul Alfille
tsearch is the binary tree search that is part of glibc and some implementations of uClibc. It may not have been included in the dd-wrt version of uClibc. It could be an optional part of owlib, like some of the semaphore and other code. Does that give you a place to look? Paul Alfille On 5/15

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-19 Thread Paul Alfille
Not without writing a version for your machine, though I could switch in a linear search algorthm. Let me work on it Monday. Paul Alfille On 5/19/07, Eric Allen [EMAIL PROTECTED] wrote: Okay. But I'm still stuck with tsearch. Any way to get around that? On 5/18/07, Christian Magnusson [EMAIL

Re: [Owfs-developers] Gentoo ebuild for owfs

2007-05-22 Thread Paul Alfille
Great Ben! Added your Gentoo instructions to the website at http://www.owfs.org/index.php?page=gentoo Paul Alfille - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: [Owfs-developers] DS2423 - Data Error on lates releases

2007-06-03 Thread Paul Alfille
thank you. On 6/3/07, Carsten Günther [EMAIL PROTECTED] wrote: however, i tried the release pl1 on the current branch which works as expected. i did not look into the code, just wanna let you know. maybe someone can have a look into it.

[Owfs-developers] Fwd: 1-wire

2007-06-04 Thread Paul Alfille
-- Forwarded message -- From: Γιώργος Μπόλλας (Yorgos Bollas) [EMAIL PROTECTED] Date: Jun 4, 2007 8:26 AM Subject: 1-wire To: [EMAIL PROTECTED] the 1-wire for wrt-54g does it work with standard whiterussian 0.9 ? i dont want to put extra firmware (unless yours is based on white

Re: [Owfs-developers] Fwd: 1-wire

2007-06-04 Thread Paul Alfille
kernel (2.4.30-brcm-3) libpthread obviously libpthread does not exit in the repository what do i do now ? On 6/4/07, Eric Allen [EMAIL PROTECTED] wrote: I have it running on whiterussian 0.9 perfectly installed through ipkg. On 6/4/07, Paul Alfille [EMAIL PROTECTED] wrote

Re: [Owfs-developers] owperl for openwrt

2007-06-15 Thread Paul Alfille
Very impressive. Linux Weekly News (www.lwn.net) had a recent article on OpenWRT. Paul Alfille On 6/15/07, Christian Magnusson [EMAIL PROTECTED] wrote: I have managed to compile owperl for openwrt. Here are some outputs of the installation and tests. Perl is pretty big, but I managed

Re: [Owfs-developers] DS18S20 sampling speed

2007-06-21 Thread Paul Alfille
on a development list, for applications questions, but appreciate the advice from both respondents. The development list is the perfect place for these discussions. Thank you for posting your application. Paul Alfille

Re: [Owfs-developers] Flag forwarding

2007-06-23 Thread Paul Alfille
somewhere? Paul Alfille - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar

Re: [Owfs-developers] ownet/python crashing sporadically in connection.py

2007-06-29 Thread Paul Alfille
compatibility. Paul Alfille On 6/28/07, Doug Collinge [EMAIL PROTECTED] wrote: Here is a little patch that seems to fix it. It would actually be nice if the owlib returned a decimal point on all temperatures, even those with integer values, and with enough trailing zeroes to indicate the precision

Re: [Owfs-developers] ownet/python crashing sporadically in connection.py

2007-06-29 Thread Paul Alfille
of the existing data format will have to be included in clients, is there really a strong need for the improved read version? (i.e. the extended_read type). Paul Alfille On 6/29/07, Jerry Scharf [EMAIL PROTECTED] wrote: You may hate this suggestion, but IMO the way to go is option negotiation. It's messy

Re: [Owfs-developers] MAN pages for owread / owwrite links

2007-06-29 Thread Paul Alfille
and owserver, relaying messages, and giving a visual display of the transactions. Paul Alfille On 6/29/07, Rob Conway [EMAIL PROTECTED] wrote: I am looking for information on owread/write and if owserver provides for an error log. I only use owserver with owread/owwrite in a bash script so

Re: [Owfs-developers] Weathervane using DS2450. Volt.ALL query.

2007-07-03 Thread Paul Alfille
Separate readings. What should the values be? Paul On 7/3/07, Matt [EMAIL PROTECTED] wrote: I'm using owserver and python to take reading of a 1wire weathervane. It uses some reed switches to determine the direction. Here's some output from owhttpd typeDS2450 volt.ALL0.0597665,

[Owfs-developers] Fwd: Itching to get started and starting from scratch

2007-07-12 Thread Paul Alfille
-- Forwarded message -- From: Brian Fahrlander Subject: Re: Itching to get started and starting from scratch Paul Alfille wrote: Can you try7 owhttpd ? There is one fewer components (no fuse) owhttpd -uall -p 3000 --error_level=9 --foreground the look at localhost:3000 in a web

Re: [Owfs-developers] floating point to integer

2007-07-14 Thread Paul Alfille
off. 4. Adding the switch might make for some unexpected results -- suppose you connect to a bunch of owservers, one of which has the --roundoff flag? 5. Should we round off all real numbers ( temperature, humidity, voltage, current ) or just temperature? Paul Alfille On 7/14/07, C.Schumann wrote

Re: [Owfs-developers] floating point to integer

2007-07-14 Thread Paul Alfille
Oops, got it wrong. http://www.dsl.org/cookbook/cookbook_35.html Possible command line utilities include bc dc calc etc Paul Alfille - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [Owfs-developers] owserver fails opening tty device on openwrt

2007-07-17 Thread Paul Alfille
There may be other problems, but at the very least, the file /dev/ttyS0 isn't configured correctly. Can you post the results of ls -al /dev/ttyS0 Paul Alfille On 7/17/07, Gerritp [EMAIL PROTECTED] wrote: I'm trying to use owfs on an edimax br6104kp router, running openwrt kamikaze

Re: [Owfs-developers] owserver fails opening tty device on openwrt

2007-07-17 Thread Paul Alfille
Still, that error message is misleading. What is the exact text of the error message? (It'll help me check the code). Paul Alfille On 7/17/07, Christian Magnusson [EMAIL PROTECTED] wrote: /dev/ttyS0 is probably used as console-port for the kernel. I guess you have to use /dev/ttyS1 instead

Re: [Owfs-developers] I've got some very beta Slackware packages soon to be available for OWFS

2007-07-18 Thread Paul Alfille
Gregg, Thanks for your efforts. I thank we sould include the Slackware packages as one of the binaries on SourceForge. Can we automate the Slackware creation process and so create them with every release? Paul Alfille On 7/18/07, Gregg C Levine [EMAIL PROTECTED] wrote: For it I created

Re: [Owfs-developers] DS18S20 sampling speed

2007-07-22 Thread Paul Alfille
, there is a significant error rate (85C) and most programs (digitemp for example) use the longer wait. OWFS actually polls for conversion to be complete It's easy enough to change the tining values and test. The philosophy in OWFS is reliability over performance. Paul Alfille

Re: [Owfs-developers] We have a new problem to resolve in CVS (or do we?)

2007-07-23 Thread Paul Alfille
Thanks for testing this, Gregg. You're right -- a typo. As should be apparent, the new DS28EC20 is now supported (at least in DS2433 emulation mode, the page locking isn't in place yet.) Man page to follow. CVS updated. Paul Alfille On 7/23/07, Gregg Levine [EMAIL PROTECTED] wrote

Re: [Owfs-developers] DS18S20 sampling speed

2007-07-28 Thread Paul Alfille
', (branch) since that's the only way they can get selected simutaneously. Simultaneous discards old cache values, and loads new ones as the actual temperature reads are done. Paul Alfille - This SF.net email is sponsored

Re: [Owfs-developers] DS18S20 sampling speed

2007-07-28 Thread Paul Alfille
Simultaneous doesn't actually test for power -- it is assumed you know what your have. Each DS18X20 has a power property that can be quried to see of the sensors are powered. Paul Alfille On 7/28/07, Mark Cheeseman [EMAIL PROTECTED] wrote: Paul Alfille wrote: The sensors must be in the same

[Owfs-developers] How should we chain?

2007-08-01 Thread Paul Alfille
and previous 3. Put the chain file under simultaneous -- already a per-segment directory entry. Any thoughts? Paul Alfille - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now

Re: [Owfs-developers] How should we chain?

2007-08-01 Thread Paul Alfille
that. Easy to cache as well. Paul Alfille - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your

Re: [Owfs-developers] How should we chain?

2007-08-02 Thread Paul Alfille
, the web, ftp and ownet also need to support chains. Either we: 1. have numbered entries with the name or contents of a DS28EA00 2. have a text list of the entries in the chain 3 both Paul Alfille - This SF.net email

Re: [Owfs-developers] How should we chain?

2007-08-02 Thread Paul Alfille
chain. Paul Alfille - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy

[Owfs-developers] Fwd: Shell scripts and OWFS

2007-08-05 Thread Paul Alfille
On 8/5/07, Gregg Levine [EMAIL PROTECTED] wrote: Hello! I've come up with a reasonably simple method of writing to the switches that I am using with regards to OWFS, and it is a shell script. However what I've created may not be the best example: #!/bin/sh modprobe fuse owfs -u /mnt/1wire

Re: [Owfs-developers] Shell scripts and OWFS

2007-08-05 Thread Paul Alfille
#sleep 20 owwrite -s $PORT $CHIP_BAR/PIO.A 0 #sleep 20 done Paul Alfille On 8/5/07, Gregg Levine [EMAIL PROTECTED] wrote: #!/bin/sh modprobe fuse owfs -u /mnt/1wire # echo 0 /mnt/1wire/12.D5D61F00/PIO.A #sleep 20 echo 1 /mnt/1wire/12.D5D61F00/PIO.A #sleep 20 echo 1 /mnt/1wire

Re: [Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-08 Thread Paul Alfille
Maybe a sed script in the makefile? owfs/module/swig/php/Makefile.am has ow_wrap.c as a target. Paul Alfille On 8/8/07, Ben Griffith [EMAIL PROTECTED] wrote: Hi Paul, I think he was talking about applying the patch to ow_wrap.c, which is generated by SWIG, which is affected by the PHP issue

Re: [Owfs-developers] DS2423 - Data Error

2007-08-08 Thread Paul Alfille
Nothing obvious on the code. Are you certain there is no hardware problem? I'll try to find a DS2423 as well. Paul Alfille On 8/8/07, David Toy [EMAIL PROTECTED] wrote: I'm having problems with the DS2423 chip

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