<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel">
    <title>gmane.comp.file-systems.owfs.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9534"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9533"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9532"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9531"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9515"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9534">
    <title>Re: OWFS Program Differences</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9534</link>
    <description>&lt;pre&gt;owserver - a protocol independent daemon, receive 'requests for file'
or 'write to file' or 'read directory' and return 'file contents'
owhttpd - runs a http protocol and comunicate with owserver or
directly to hardware
owshell - many programs to directly connect to hardware or owserver
owfs - a fuse filesystem, comunicate directly with hardware or owserver
ownet - comunicate with owserver
others - some implementations include owlib to comunicate with
hardware, and some comunicate with owserver

well... i~m using owserver+owhttpd, sometimes i only use owhttp, and
some times i use a owserver at a big server to connect to a rfc2217
client (serial-ethernet converter)

i don´t know if there´s a what´s better...

2012/5/25 p4trykx &amp;lt;p4trykx&amp;lt; at &amp;gt;o2.pl&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Roberto Spadim</dc:creator>
    <dc:date>2012-05-25T18:23:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9533">
    <title>Re: OWFS Program Differences</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9533</link>
    <description>&lt;pre&gt;W dniu 25.05.2012 o 20:04 R_Have &amp;lt;RB.Haveman&amp;lt; at &amp;gt;gmail.com&amp;gt; pisze:


I use owserver with owshell programs. It seems to be little faster and  
consume less memory. I run on a WRT54G router where memory is about 16MB.
Owserver talks directly to the hardware and then other clients can talk to  
it. You can mount 1-wire as a file system on few other machines.



&lt;/pre&gt;</description>
    <dc:creator>p4trykx</dc:creator>
    <dc:date>2012-05-25T18:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9532">
    <title>OWFS Program Differences</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9532</link>
    <description>&lt;pre&gt;
I have been running a OWFS for about a year now, following some great
examples on the owfs website.
However I would like to know more about the full programs.  Currently I am
using owfs, but can anyone explain the differences between owfs, owhttpd,
and owserver, and situations where you would use one verses another.

Thanks R Haveman
&lt;/pre&gt;</description>
    <dc:creator>R_Have</dc:creator>
    <dc:date>2012-05-25T18:04:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9531">
    <title>Re: DS2890 support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9531</link>
    <description>&lt;pre&gt;We haven't withdrawn support for any devices, so it should work, though I
haven't actually tested the DS2890 recently.

Paul

On Thu, May 24, 2012 at 7:30 PM, Gregg Levine &amp;lt;gregg.drwho8&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Owfs-developers mailing list
Owfs-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
&lt;/pre&gt;</description>
    <dc:creator>Paul Alfille</dc:creator>
    <dc:date>2012-05-25T17:10:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9530">
    <title>DS2890 support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9530</link>
    <description>&lt;pre&gt;Hello!
Paul despite the fact that the company Maxim considers the DS2890
technically obsolete and not ready for new designs, which also assumes
probably wrongly they are still being made, is OWFS still supporting
this part number?

Strangely enough the machine that's now running Linux there aren't any
actual serial ports, just a grouping of USB ports, and since I've used
the DS9097 adapters via a USB to RS232 adapter who swings properly, on
Windows as it happens. Its just that I've not tried to use the
programs that way yet on Linux.

And in case anyone is interested, on page 11 bottom half of the data
sheet for the LM334 constant current source once made by National
Semiconductor now made by Texas Instruments, there is an example of a
circuit who uses the part plus two resistors, one fixed and one that
is a variable resistor for trimming. As for how the One-Wire part
would be used there, in place of the regular variable resistor, I'm
not sure.
-----
Gregg C Levine gregg.drwho8&amp;lt; at &amp;gt;gmail.com
"This signature foug&lt;/pre&gt;</description>
    <dc:creator>Gregg Levine</dc:creator>
    <dc:date>2012-05-24T23:30:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9529">
    <title>windowsce</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9529</link>
    <description>&lt;pre&gt;hi guys...
i was using some android tablets to develop some web sites
now i started some development at windows ce with .net framework

does anyone know if we can port owfs to .net? or maybe windows ce plataform?
just serial (usb-serial converters + ds2480b), rfc2217 and owserver bus
masters

&lt;/pre&gt;</description>
    <dc:creator>Roberto Spadim</dc:creator>
    <dc:date>2012-05-23T23:14:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9528">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9528</link>
    <description>&lt;pre&gt;Let me answer the easy ones:



http://nn.nn.nn.nn:3001/bus.0/uncached and http://nn.nn.nn.nn:3001/uncached
/bus.0 &amp;lt;http://nn.nn.nn.nn:3001/uncached%20/bus.0&amp;gt; and for that matter,
http://nn.nn.nn.nn:3001/bus.0/uncached/bus.0 ?


The order of "uncached" doesn't matter (technically is should be first but
the parsing logic is flexible since there is no ambiguity. It can't be a
device property, however, like 10.234234234/uncached )

The second question, /bus.0/bus.0 has to be a bus on an owserver. It is
never equivalent to just /bus.0

Paul
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Owfs-developers mailing list
Owfs-dev&lt;/pre&gt;</description>
    <dc:creator>Paul Alfille</dc:creator>
    <dc:date>2012-05-23T11:11:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9527">
    <title>Re: Hobby board LCD driver cannot write to lcdand simultaneously read the PIO</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9527</link>
    <description>&lt;pre&gt;

Yes Patryk, thanks again, the datasheet is clear:
When configured as RST, a LOW input sets all PIO outputs to the "off" state by
setting all bits in the PIO Output Latch State Register.
Just what I needed a full reset. My script is now perfectly working.
That's great
--
Guy






------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Guy</dc:creator>
    <dc:date>2012-05-23T10:17:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9526">
    <title>help with hardware</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9526</link>
    <description>&lt;pre&gt;hi guys, anyone here use plc sdcd or another control hardware?
i´m using advantech plcs, (adam 5000 series)
does anyone know another good and cheap?

&lt;/pre&gt;</description>
    <dc:creator>Roberto Spadim</dc:creator>
    <dc:date>2012-05-23T06:09:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9525">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9525</link>
    <description>&lt;pre&gt;So far p15 seems much more stable (using an USB master)

But, I still can not change units in owhttpd

http://nn.nn.nn.nn:3001/settings/units?temperature_scale=f still returns the
unit as 'C'.

 

Also, what, if anything is different between
http://nn.nn.nn.nn:3001/bus.0/uncached and http://nn.nn.nn.nn:3001/uncached
&amp;lt;http://nn.nn.nn.nn:3001/uncached%20/bus.0&amp;gt;  /bus.0 and for that matter,
http://nn.nn.nn.nn:3001/bus.0/uncached/bus.0 ?

 

Thanks for the good work

Bruce

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Owfs-developers mailing list
Owfs-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/li&lt;/pre&gt;</description>
    <dc:creator>brucek</dc:creator>
    <dc:date>2012-05-22T20:47:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9524">
    <title>Re: problems with writing data</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9524</link>
    <description>&lt;pre&gt;Hi Arkhipenka,

If understand your findings, you've found that you get different results on
sparc64 and i386.

I assume that you're using linux rather than openSolaris (or whatever it's
called now).

There are 3 different parts here. Fuse, owfs and libusb. All might be
problematic on a different architecture.

Can we try eliminating fuse for the time being with either owhttpd or
owserver/owwrite ?

Paul Alfille

On Tue, May 22, 2012 at 12:43 PM, Arkhipenka Stanislau &amp;lt;dise.logo&amp;lt; at &amp;gt;mail.ru&amp;gt;wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Owfs-developers mailing list
Owfs-developers&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.s&lt;/pre&gt;</description>
    <dc:creator>Paul Alfille</dc:creator>
    <dc:date>2012-05-22T17:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9523">
    <title>problems with writing data</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9523</link>
    <description>&lt;pre&gt;Hello.
Could you, please, help me to solve a problem:
im trying to use owfs on SPARC64 achitecture.
Im using debian squeeze. I compiled owfs from sources owfs-2.5p15:
./configure --enable-debian  --enable-usb
make
make install 

(also tried ./configure --build=sparc64-linux target=sparc64-linux --enable-
debian --enable-usb)
Im starting owfs server by command:
/opt/owfs/bin/owfs -u --allow_other -m 1wire --error_level=0 --
mountpoint="/mnt/1wire"
and it starts sucsessfuly, but when im trying to write data "echo 1 &amp;gt; 
/mnt/1wire/12.4A7A80000000/PIO.A". there r no resoults from my actions.
i mean when after this im doing cat /mnt/1wire/12.4A7A80000000/PIO.A i resive 
0.
I tried to do the same actions on amd64 and on i386 and it works fine. 
I tried to set --error_level=5 and then compare loges from SPARC64 and amd64 - 
they turned the same (i mean that pid, machine name and adresses are different, 
but the other information is the same).

P.S. im using DS9490R

sorry for my english.

---------------------------&lt;/pre&gt;</description>
    <dc:creator>Arkhipenka Stanislau</dc:creator>
    <dc:date>2012-05-22T16:43:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9522">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9522</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 21.05.2012 22:49, Eloy Paris wrote:

That would indeed be the best solution!
I'm playing with a HW using openembedded and systemd right now, where
it even gets worse (and please note my post
http://www.mail-archive.com/owfs-developers&amp;lt; at &amp;gt;lists.sourceforge.net/msg08743.html)

- -&amp;gt; I think it would be best to get the avahi/zeroconf-stuff working as
perfect as possible, there are still some glitches (where I'd love to
help on working out why!) - that's neat and smooth, if working it's
perfect, but with delays of some seconds we run into trouble (imagine
a user holding a ibutton on -waiting for the door to open..)

Greets, Michael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+60fsACgkQaWRHV2kMuAI0qQCfVlv6j6W6kwofYDm2fW2t1VmM
V9MAn0Mt5Od0hYZRbjsythDD8iqXUH1H
=skDE
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Michael Markstaller</dc:creator>
    <dc:date>2012-05-21T23:38:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9521">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9521</link>
    <description>&lt;pre&gt;
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 21.05.2012 03:58, Paul Alfille wrote:

Really, IMHO the greatest and best ever since 2.7p34, in terms of
stability, not features; no complaints with the DS9490 USB-masters on
x86(*), this is IMHO a major improvement in stability, I'm testing since
the commit is out on several systems without any problem (and much
better than my quirks I did since then)
- -&amp;gt; Thanks!


Michael

*) Though I still see some problems on OpenWRT/MIPS24k but thats a
really different story, I'll look into that deeper (and as deep as I
can!) the next days - as it makes sense now with knowing the basics on
the DS9490 are working fine.

P.S.: libow is getting bigger and bigger which gets to a problem on thin
boxes with 4MB Flash where ~200-400k are left for such things, would it
make sense to introduce configure/compile-time switches to exclude "big"
libs (top 3 currently ow_2760.o, ow_bae.o, ow_eds.o) on demand(?)
I'd offer to provide a patch ;)
Not to say I dislike any of these, I i.e&lt;/pre&gt;</description>
    <dc:creator>Michael Markstaller</dc:creator>
    <dc:date>2012-05-21T23:20:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9520">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9520</link>
    <description>&lt;pre&gt;Hi Paul,

On 05/21/2012 04:36 PM, Paul Alfille wrote:


[...]

Okay, yes, that makes sense. I'll see what I can come up with in terms 
of an Ubuntu Upstart script. The one I have right now definitely does 
not work because of the synchronization problem we're discussing.


Definitely another option. Perhaps add configuration options to the 
clients so they don't fail/quit when they cannot contact owserver and 
instead attempt a connection every X seconds?

Cheers,

Eloy Paris.-


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Eloy Paris</dc:creator>
    <dc:date>2012-05-21T20:49:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9519">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9519</link>
    <description>&lt;pre&gt;You summarized the problem well. Synchronizing the start of owserver and
it's clients can be problematic.

As for suspending the boot process -- the whole scheme can be done in the
background.

I.e run this script in the background:

#!/bin/sh
# script to start the 1-wire processes
# with delay for owserver

# owserver address
address=""
/opt/owfs/bin/owserver --fake=10 -p $address

# wait for owserver to accept connections:
e="1"
while [ $e -ne 0 ] ; do
  /opt/owfs/bin/owexist -q $address
  e=$?
  sleep 1
done

/opt/owfs/bin/owhttpd -s $address -p 4444
/opt/owfs/bin/owfs      -s $address -m /mnt/1wire --allow_other

---------------------------------

I guess another approach would be to allow owhttpd and owfs to function
even if they can't yet connect to owserver.


On Mon, May 21, 2012 at 3:37 PM, Eloy Paris &amp;lt;peloy&amp;lt; at &amp;gt;chapus.net&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security &lt;/pre&gt;</description>
    <dc:creator>Paul Alfille</dc:creator>
    <dc:date>2012-05-21T20:36:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9518">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9518</link>
    <description>&lt;pre&gt;
On 05/21/2012 12:03 PM, Paul Alfille wrote:


Can someone summarize what this problem is?

I know that in my case owserver takes a while to start. It sounds like 
the same problem as "late-starting owservers" but I cannot seem to find 
the February 1st report that Klas mentions.

Based on Paul's comment below, I take it that the problem has been 
identified and will be fixed in the next release?

This has been a problem for me because my owfs start script cannot 
execute owserver and owfs in succession because owserver goes daemon 
immediately but does not really start servicing requests, and then owfs 
fails to find a working owserver and then quits. So, after each reboot I 
need to run owfs manually. Fortunately I don't restart my server often.

I'll look into that owexist trick that Paul mentions, though it does not 
seem to be perfect because it would suspend the boot process for a 
little bit.

Cheers,

Eloy Paris.-


------------------------------------------------------------------------------
Live S&lt;/pre&gt;</description>
    <dc:creator>Eloy Paris</dc:creator>
    <dc:date>2012-05-21T19:37:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9517">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9517</link>
    <description>&lt;pre&gt;yes, and with latest v9 bae0910 firmware a new adc configuration bit allows
to sample at 10bit and an adc10 property have been added.
Previous bae0910 firmwares are still supported with 2.8p15

v9 firmware is here
http://www.brain4home.eu/downloads/firmware910_20120504.bin
and updated doc is here:
http://www.brain4home.eu/downloads/BAE0910-datasheet.pdf

Pascal


2012/5/21 klas englund &amp;lt;tcmsklas&amp;lt; at &amp;gt;gmail.com&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>Pascal Baerten</dc:creator>
    <dc:date>2012-05-21T16:07:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9516">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9516</link>
    <description>&lt;pre&gt;Good news and bad news on the late-starting owservers

There is a new command: owexist
It needs an update (even from the latest release) to
module/owshell/src/c/owexist.c
but you can then run:

address="";e="1"; while [ $e -ne 0 ] ; do /opt/owfs/bin/owexist -q $address
; e=$? ; sleep 1 ; done

Which will loop until owserver appears.
address="" for default owserver localhost:4304 address

You can also wait for the next release, which shouldn't be as long a wait.

Paul Alfille

On Mon, May 21, 2012 at 8:51 AM, klas englund &amp;lt;tcmsklas&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Owfs-developers mailing &lt;/pre&gt;</description>
    <dc:creator>Paul Alfille</dc:creator>
    <dc:date>2012-05-21T16:03:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9515">
    <title>Re: Release 2.8p15</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9515</link>
    <description>&lt;pre&gt;What about the issue about finding "late starting" owservers, reported
by me on the 1st Februari?

Klas E

2012/5/21, Paul Alfille &amp;lt;paul.alfille&amp;lt; at &amp;gt;gmail.com&amp;gt;:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>klas englund</dc:creator>
    <dc:date>2012-05-21T12:51:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9514">
    <title>Re: DS2483 Support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.owfs.devel/9514</link>
    <description>&lt;pre&gt;The first one, so bus.0

On the other thread, I have temp sensors working with the DS2483.

Stuart

On 21/05/12 13:06, Achim Scheidl wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Stuart Poulton</dc:creator>
    <dc:date>2012-05-21T12:19:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.file-systems.owfs.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.file-systems.owfs.devel</link>
  </textinput>
</rdf:RDF>

