Re: [Owfs-developers] OWFS roadmap

2010-11-01 Thread Marcus Priesch
gt; From: Paul Alfille [mailto:paul.alfi...@gmail.com] > Sent: Friday, October 29, 2010 12:11 PM > To: OWFS (One-wire file system) discussion and help > Subject: Re: [Owfs-developers] OWFS roadmap > > > Good question about the roadmap: > > 1. Fix current issues (lik

Re: [Owfs-developers] OWFS roadmap

2010-10-30 Thread Rob Conway
r the AAG weather station. rob -Original Message- From: Paul Alfille [mailto:paul.alfi...@gmail.com] Sent: Friday, October 29, 2010 12:11 PM To: OWFS (One-wire file system) discussion and help Subject: Re: [Owfs-developers] OWFS roadmap Good question about the roadmap: 1. Fix current i

Re: [Owfs-developers] OWFS roadmap

2010-10-29 Thread Paul Alfille
Sourceforge does have a bug tracking system, but the maillist is a nice way to generate conversation and add searchable data. The developers use the mailing list as the primary bug tracking/feature request forum so nothing is missed when reported here. On Thu, Oct 28, 2010 at 9:23 PM, Eloy Paris

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Eloy Paris
On 10/28/2010 09:11 PM, Paul Alfille wrote: > Good question about the roadmap: > > 1. Fix current issues (like the rwlock, alias, and LinkUSB). Is there a bug track system where one can read about current issues? In other words, I'd like to know the details about these issues you mention to see

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Paul Alfille
Good question about the roadmap: 1. Fix current issues (like the rwlock, alias, and LinkUSB). 2. Fill in rest of slave support (Thermocron, Humidicron, DS2435, ...) 3. Support for the AGG RS485 weather station. 4. Support for Pascal's new BAE0911 5. Support for the EDS ENET-OWSERVER (works but nee

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Paul Alfille
On Thu, Oct 28, 2010 at 4:54 AM, Rob Conway wrote: > Hi, > > Just wondering if there was an update on the roadmap for OWFS.  It does > everything I want it to do however was just wondering if there was any > significant changes in the pipeline over the next 6 - 12 months. > > I would also like to

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Eloy Paris
Hi Marcus, On 10/28/2010 10:18 AM, Marcus Priesch wrote: > Hi there, > > also LinuUSB detection and communication is currently not working > out-of-the box ... i posted a patch for 2.8p2. > > it is related to enabling rts/cts handshake - but maybe this is > dependent on the kernel version running

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Marcus Priesch
Hi there, also LinuUSB detection and communication is currently not working out-of-the box ... i posted a patch for 2.8p2. it is related to enabling rts/cts handshake - but maybe this is dependent on the kernel version running (and the ftdi driver) ?!?! - for me it only works when i enable rts/c

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Eloy Paris
Hi Rob, On 10/28/2010 04:54 AM, Rob Conway wrote: [...] > I would also like to know if the Alias function is OK. I can remember > some time ago there was some kind of caution in using the alias file. When I tried using aliases I got random read failures so I stopped using them and instead impl

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Christian Magnusson
I found one major bug which needs to be fixed as soon as possible. The rwlocks have never worked actually!?! If something will make owfs more stable, it's probably by fixing this bug. Strange that nobody have seen this before. void my_rwlock_init(my_rwlock_t * my_rwlock) { _MUTEX_INIT(my_

[Owfs-developers] OWFS roadmap

2010-10-28 Thread Rob Conway
Hi, Just wondering if there was an update on the roadmap for OWFS. It does everything I want it to do however was just wondering if there was any significant changes in the pipeline over the next 6 - 12 months. I would also like to know if the Alias function is OK. I can remember some time ag