Re: [Owfs-developers] OWFS on tmpfs

2013-01-06 Thread Chris Boot
to have OWFS use tmpfs and how? I need it, because I am running of raspi with only a sd-card attached. owfs uses FUSE, so it is its own filesystem. It doesn't actually write anything to your SD card. HTH, Chris -- Chris Boot bo...@bootc.net

Re: [Owfs-developers] perl compilation problem

2012-09-10 Thread Chris Boot
Laptop with Ubuntu with oldder gcc it compiles fine. In Rasbian, the default compiler is gcc-4.6 but PERL is built with gcc-4.7. You will either need to install gcc-4.7 by hand, or if it's not available for some reason, forgo building the perl module altogether. HTH, Chris -- Chris Boot bo

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-06-05 Thread Chris Boot
support out of the box, sty is an available device. Plan is to have 1wire for some temperature / humidity devices RS232 TTL connection to the Atlas Scientific ph, ORP modules Rob -Original Message- From: Chris Boot [mailto:bo...@bootc.net] Sent: Sunday, 20 May 2012 7:55 AM

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-19 Thread Chris Boot
On 19/05/2012 22:24, Stuart Poulton wrote: Update for the evening Thanks to great further work by Chris Boot (who I believe is on this list) there is now an i2c driver using the i2c hardware on the RaspberryPi rather than bitbanging the GPIO pin. Yep I'm still on this list

Re: [Owfs-developers] Compile problem on AMD64 ubuntu 11.10

2011-10-25 Thread Chris Boot
. The bootstrap script couldn't produce a working libtool for me, so I ran 'autoreconf --install' and that fixed things for me. It seems to rewrite 'src/scripts/install/ltmain.sh' among other things. HTH, Chris -- Chris Boot bo...@bootc.net

Re: [Owfs-developers] DS2409 support

2011-03-23 Thread Chris Boot
On 23 Mar 2011, at 02:50, Eloy Paris wrote: Hi Chris, On 03/21/2011 08:46 AM, Chris Boot wrote: Hi folks, Well I'm progressing well with my 1-Wire bus master over IP. I don't have the bus locking in place yet but the code is in for owfs to use the bus master and things work

[Owfs-developers] DS2409 support

2011-03-21 Thread Chris Boot
Hi folks, Well I'm progressing well with my 1-Wire bus master over IP. I don't have the bus locking in place yet but the code is in for owfs to use the bus master and things work. The trouble I ran into is that as my code is based on the EtherWeather driver, it has the ADAP_FLAG_no2409path

Re: [Owfs-developers] owfs and locking an external 1-wire bus

2011-03-19 Thread Chris Boot
by the etherweather creator, who seems to have stopped development. As far as I know, it hasn't been tested for more than a year and all the changes in the code were by inference to keep up with other developments in OWFS. Paul Alfille On Fri, Mar 18, 2011 at 6:15 PM, Chris Boot bo

[Owfs-developers] owfs and locking an external 1-wire bus

2011-03-18 Thread Chris Boot
Hi folks, I'm currently building a microcontroller-based device which has a 1-wire bus and ethernet. This is intended to be a self-contained device for home automation or industrial control and will query 1-wire devices attached to it to gather temperature data and suchlike. Internally I use

Re: [Owfs-developers] owfs and locking an external 1-wire bus

2011-03-18 Thread Chris Boot
Paul, Would you be receptive to patches to add a mechanism that other drivers can use too? I could add lock/unlock functions to interface_routines in ow_bus_routines.h that the code in ow_buslock.c could call into. That was HA7Net can use it if it wants to in future. I'm not sure what you