Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Serg Oskin
"JK" == Jan Kandziora wrote: JK> BUGS JK> Simultaneous work of several connections is not supported. >> >> JK> I really need multiple simultaneous connections for my application - >> who JK> doesn't? Is this a limitation of owlib (global data structures) or >> simply a JK> limitation in

RE: [Owfs-developers] Firmware for WRT54G

2005-06-09 Thread Christian Magnusson
This is very strange... in my ewrt-0.3 build directory there is a file called version.h... NOT a link to /opt/brcm/hndtools-mipsel-linux/ directory. -rw-r--r-- 1 root root 126 Apr 8 00:39 /opt/wrt54g/ewrt-0.3/src/linux/linux/include/linux/version.h I think I just checked out the whole sou

[Owfs-developers] ECLO 1-wire adapter is supported!

2005-06-09 Thread Paul Alfille
We've confirmed support for the ECLO 1-wire adapter. You can find information from ECLO (http://www.eclo.pt), but basically this is an integrated serial (DS2480B) interface with serial-to-USB conversion. From the outside the ECLO adapter looks like a USB device. For software, the ECLO looks like

Re: [Owfs-developers] 1-wire network design & OWFS

2005-06-09 Thread Paul Alfille
On Thursday 09 June 2005 07:31 pm, Wright, Ryan P wrote: > 2. Are any 1-Wire to Ethernet interfaces supported, or are there plans > to do so in the near future (eg, HA7Net, LinkHubE)? Yes, the LinkHubE is planned. I have been in contact with Bill Farmer. Paul

Re: [Owfs-developers] 1-wire network design & OWFS

2005-06-09 Thread Steve Lancaster
[In a message on Thu, 09 Jun 2005 16:31:22 PDT, ""Wright, Ryan P"" wrote:] >I could use a little help with the design of my 1-wire network. My >intention is to build a temperature sensing grid throughout a data >center using several hundred sensors. > Several hundred sensors? Most data center

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Paul Alfille
On Thursday 09 June 2005 03:18 pm, Jan Kandziora wrote: > How does owserver reacts if the serial/usb etc. 1-wire adapter is pulled > and reconnected later? As far as I checked, owserver does not recognize the > reconnect. How to solve this? > > Kind regards > > Jan > OWFS doesn't care that t

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread jerry scharf
--On 06/10/2005 12:10:24 AM +0200 Jan Kandziora wrote: Am Donnerstag, 9. Juni 2005 23:08 schrieb Scott Walde: >> Hi. I've been pretty quiet on this list so far, so I feel a bit >> awkward jumping in right here. Anyways, I have another suggestion for >> identifying aggregates. You can put a

[Owfs-developers] 1-wire network design & OWFS

2005-06-09 Thread Wright, Ryan P
I could use a little help with the design of my 1-wire network. My intention is to build a temperature sensing grid throughout a data center using several hundred sensors. 1. Out of the available supported interfaces (RS232: ibuttonlink, DS9097E, DS9097; USB: DS9490, PuceBaboon), which would you

[Owfs-developers] Re: aggregates of 1-wire devices

2005-06-09 Thread David Lissiuk
What we currently do on just about all our boards is to use the DS2409 as a board level select with the AUX channel talking to a DS2433 (EEPROM). (Ala Dallas idea) Its a fairly large capacity device which makes holding a number of ID tag's possible. And helping keep the idea of 1 tag device per boa

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 13:28 schrieb Serg Oskin: > > JK> Hm. What to try next? > > Don't run bootstrap, try > aclocal && autoheader && autoconf && libtoolize -f -c && automake -a -c && > ./configure --enable-tcl > Worked! Thanks a lot. Jan

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 21:03 schrieb Alfille, Paul H.,M.D.: > Tested it out: > If an owserver process fails, The system reports no content on that bus > entry, until it is restored. Probably exactly what you want. > Yes, already found this out, too. Excellent! > Will you know all the owserve

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 23:08 schrieb Scott Walde: > >>Hi. I've been pretty quiet on this list so far, so I feel a bit awkward > >>jumping in right here. Anyways, I have another suggestion for > >>identifying aggregates. You can put an EPROM device such as the DS2505 > >>into each aggregate

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Scott Walde
Hi. I've been pretty quiet on this list so far, so I feel a bit awkward jumping in right here. Anyways, I have another suggestion for identifying aggregates. You can put an EPROM device such as the DS2505 into each aggregate device and place information on that EPROM describing the components

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Scott Walde
Alfille, Paul H.,M.D. wrote: Absolutely right idea. I thnk the DS2438 is the prefered configuration chip (It has many functions). Hmmm. Yes, it's a useful chip, but with only 40 bytes I'm not sure if it would have enough storage to do what I was thinking. Of course, it may be plenty for wha

RE: [Owfs-developers] Firmware for WRT54G

2005-06-09 Thread Paul Hilton
Thanks for the info, I think I do have awk (gawk), ~> awk -W version GNU Awk 3.1.4 Copyright (C) 1989, 1991-2003 Free Software Foundation. ... ... Maybe it isn't working as expected in this make tree for some reason. I wrote another reply to my own message saying what fix I did find (a

RE: [Owfs-developers] Firmware for WRT54G

2005-06-09 Thread Info
I believe that I have solved my own problem. I found what I think was the appropriate version.h (the kernel version file) in the tools directories, and put a link to that in the source include directory. .../ewrt-0.3/src/linux/linux/include/linux/version.h -> /opt/brcm/hndtools-mipsel-linux/mips

RE: [Owfs-developers] Firmware for WRT54G

2005-06-09 Thread Christian Magnusson
Awk doesn't seem to be installed on your computer. Change the beginning of fuse/kernel/Makefile and hardcode the kernel version number instead. - VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 20 VERSION_CODE = 132116 #VERSION := $(shell. #PATCHLEVEL := $(shell. #SUBLEVEL := $(shell..

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 16:08 schrieb Scott Walde: > Jan Kandziora wrote: > > Am Donnerstag, 9. Juni 2005 11:39 schrieb Paul Alfille: > >>You are addressing a more general problem, aggregates of 1-wire devices. > >>There are a few known sensors, like the pressure sensor, that use more > >> than

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 14:06 schrieb Serg Oskin: > "JK" == Jan Kandziora wrote: > > JK> Am Mittwoch, 8. Juni 2005 23:12 schrieb Alfille, Paul H.,M.D.: > >> You are absolutely welcome to participate. > > JK> Then I'm happy to go on the bug-hunt. > > JK> Anyway, for my project I need an auto

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 12:47 schrieb Alfille, Paul H.,M.D.: > What would you like it to do? > We have several choices: > 1. Report (after a timeout) as no devices present on that owserver, and > keep reporting that until reconnected. > 2. Have a separate means of testing status and response. A

RE: [Owfs-developers] First Post and some questions

2005-06-09 Thread Alfille, Paul H.,M.D.
Tested it out: If an owserver process fails, The system reports no content on that bus entry, until it is restored. Probably exactly what you want. Will you know all the owservers at initiation time, or will you need to add more as your system functions (hotplugging)? Paul -Original Message-

RE: [Owfs-developers] Firmware for WRT54G

2005-06-09 Thread Paul Hilton
Thank you for the source, just what I was looking for. My make fails on fuse looking for a file from fuse_i.h, have I missed something? The tail end of the make output follows. There are a seven different version.h files in the tree, but I'm fairly sure that none of them are right. make[3]:

RE: [Owfs-developers] First Post and some questions

2005-06-09 Thread Alfille, Paul H.,M.D.
Absolutely right idea. I thnk the DS2438 is the prefered configuration chip (It has many functions). Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Walde Sent: Thursday, June 09, 2005 10:08 AM To: owfs-developers@lists.sourceforge.net Subject: Re

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Scott Walde
Jan Kandziora wrote: Am Donnerstag, 9. Juni 2005 11:39 schrieb Paul Alfille: You are addressing a more general problem, aggregates of 1-wire devices. There are a few known sensors, like the pressure sensor, that use more than one device to make a larger circuit. I think there are two ways t

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Serg Oskin
"JK" == Jan Kandziora wrote: JK> Am Mittwoch, 8. Juni 2005 23:12 schrieb Alfille, Paul H.,M.D.: >> >> You are absolutely welcome to participate. >> JK> Then I'm happy to go on the bug-hunt. JK> Anyway, for my project I need an automation framework (not a GUI, just a JK> library) for 1-w

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Serg Oskin
"JK" == Jan Kandziora wrote: JK> Am Donnerstag, 9. Juni 2005 07:55 schrieb Serg Oskin: >> "JK" == Jan Kandziora wrote: >> JK> * What's up with the Tcl binding? The ow.so file seems to be missing - >> at JK> least, I could not make sense of the SWIG guided build process - >> know enough JK>

RE: [Owfs-developers] First Post and some questions

2005-06-09 Thread Alfille, Paul H.,M.D.
What would you like it to do? We have several choices: 1. Report (after a timeout) as no devices present on that owserver, and keep reporting that until reconnected. 2. Have a separate means of testing status and response. Adding a "present" flag would have nice homology with the 1-wire device stru

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 11:39 schrieb Paul Alfille: > > > > Anyway, for my project I need an automation framework (not a GUI, just a > > library) for 1-wire devices and Linux, with some things owfs itself > > doesn't address, e.g. timers or grouping of 1-wire chips to "devices" - > > the goal h

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Paul Alfille
On Thursday 09 June 2005 04:33 am, Jan Kandziora wrote: > Am Mittwoch, 8. Juni 2005 23:12 schrieb Alfille, Paul H.,M.D.: > > You are absolutely welcome to participate. > > Then I'm happy to go on the bug-hunt. > > Anyway, for my project I need an automation framework (not a GUI, just a > library) f

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Mittwoch, 8. Juni 2005 23:12 schrieb Alfille, Paul H.,M.D.: > > You are absolutely welcome to participate. > Then I'm happy to go on the bug-hunt. Anyway, for my project I need an automation framework (not a GUI, just a library) for 1-wire devices and Linux, with some things owfs itself doesn'

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Jan Kandziora
Am Donnerstag, 9. Juni 2005 07:55 schrieb Serg Oskin: > "JK" == Jan Kandziora wrote: > > JK> * What's up with the Tcl binding? The ow.so file seems to be missing - > at JK> least, I could not make sense of the SWIG guided build process - > know enough JK> of SWIG to avoid it, though. > > owtcl doe