Paul Alfille | 15 Jul 2012 22:18
Picon

New release 2.8p17

Relatively minor release, mainly to allow testing of some new device features.

Release notes
owfs suite
Version 2.8p17

July 15 2012

Features
1. Preliminary support for the MAX31826
  A. Same family code as DS1825
  B. Has memory
  C. No temperature threshold or alarm
  D. Faster and only high resolution
2. Update Hobbyboard Leaf Wetness support
  Added calibration and switch parameters
3. Add debugging exposure for TAI8570 barometer
  A. Report from Aitor Arrieta about some difficulties with a new version of his device
  B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
  C. Exposed some "hidden" parameters that should match the datasheet readings and calibration constants
     1. tai8570/D1 is raw temperature reading
     2. tai8570/D2 is raw pressure reading
     3. tai8570/C.ALL is internally stored calibration constants
4. Some corrections and improvements in the man pages.
 

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Maxime Soulé | 21 Jul 2012 23:05

Re: New release 2.8p17

Hi,

When configured with Multithreading disabled, there is a compilation error.

The attached patch correct the problem.

Best regards,

Max.

Le 15.07.2012 22:18, Paul Alfille a écrit :
> Relatively minor release, mainly to allow testing of some new device
> features.
>
> Release notes
> owfs suite
> Version 2.8p17
>
> July 15 2012
>
> Features
> 1. Preliminary support for the MAX31826
>    A. Same family code as DS1825
>    B. Has memory
>    C. No temperature threshold or alarm
>    D. Faster and only high resolution
> 2. Update Hobbyboard Leaf Wetness support
>    Added calibration and switch parameters
> 3. Add debugging exposure for TAI8570 barometer
>    A. Report from Aitor Arrieta about some difficulties with a new
> version of his device
>    B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>    C. Exposed some "hidden" parameters that should match the datasheet
> readings and calibration constants
>       1. tai8570/D1 is raw temperature reading
>       2. tai8570/D2 is raw pressure reading
>       3. tai8570/C.ALL is internally stored calibration constants
> 4. Some corrections and improvements in the man pages.
>
--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig	2012-07-21 23:01:23.000000000 +0200
+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c	2012-07-21 23:01:44.000000000 +0200
 <at>  <at>  -214,7 +214,7  <at>  <at> 
 	for ( pin=Inbound_Control.head_port ; pin ; pin=pin->next ) {
 		struct connection_in * cin ;
 		for ( cin=pin->first ; cin ; cin=cin->next ) {
-			int bus_nr = CheckThisConnection( in->index, pn ) ;
+			int bus_nr = CheckThisConnection( cin->index, pn ) ;
 			if ( INDEX_VALID(bus_nr) ) {
 				return bus_nr ;
 			}
------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Mezei Miklós | 21 Jul 2012 23:26
Picon

Re: New release 2.8p17

Sorry, i am a really beginner, so then how could install the patch file?!

meklod400

2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
Hi,

When configured with Multithreading disabled, there is a compilation error.

The attached patch correct the problem.

Best regards,

Max.

Le 15.07.2012 22:18, Paul Alfille a écrit :
Relatively minor release, mainly to allow testing of some new device
features.

Release notes
owfs suite
Version 2.8p17

July 15 2012

Features
1. Preliminary support for the MAX31826
   A. Same family code as DS1825
   B. Has memory
   C. No temperature threshold or alarm
   D. Faster and only high resolution
2. Update Hobbyboard Leaf Wetness support
   Added calibration and switch parameters
3. Add debugging exposure for TAI8570 barometer
   A. Report from Aitor Arrieta about some difficulties with a new
version of his device
   B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
   C. Exposed some "hidden" parameters that should match the datasheet
readings and calibration constants
      1. tai8570/D1 is raw temperature reading
      2. tai8570/D2 is raw pressure reading
      3. tai8570/C.ALL is internally stored calibration constants
4. Some corrections and improvements in the man pages.



------------------------------------------------------------------------------ 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 <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Maxime Soulé | 21 Jul 2012 23:42

Re: New release 2.8p17

First extract the owfs archive:

tar xvf owfs-2.8p17.tar.gz

Then apply the patch:

patch < owfs-2.8p17-disable-mt.patch

After that, you can configure owfs as usual, except that --disable-mt 
configure option will work correctly...

Best regards,

Max.

Le 21.07.2012 23:26, Mezei Miklós a écrit :
> Sorry, i am a really beginner, so then how could install the patch file?!
>
> meklod400
>
> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>> Hi,
>>
>> When configured with Multithreading disabled, there is a compilation
>> error.
>>
>> The attached patch correct the problem.
>>
>> Best regards,
>>
>> Max.
>>
>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>> Relatively minor release, mainly to allow testing of some new device
>>> features.
>>>
>>> Release notes
>>> owfs suite
>>> Version 2.8p17
>>>
>>> July 15 2012
>>>
>>> Features
>>> 1. Preliminary support for the MAX31826
>>>    A. Same family code as DS1825
>>>    B. Has memory
>>>    C. No temperature threshold or alarm
>>>    D. Faster and only high resolution
>>> 2. Update Hobbyboard Leaf Wetness support
>>>    Added calibration and switch parameters
>>> 3. Add debugging exposure for TAI8570 barometer
>>>    A. Report from Aitor Arrieta about some difficulties with a new
>>> version of his device
>>>    B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>    C. Exposed some "hidden" parameters that should match the datasheet
>>> readings and calibration constants
>>>       1. tai8570/D1 is raw temperature reading
>>>       2. tai8570/D2 is raw pressure reading
>>>       3. tai8570/C.ALL is internally stored calibration constants
>>> 4. Some corrections and improvements in the man pages.
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Mezei Miklós | 22 Jul 2012 09:56
Picon

Re: New release 2.8p17

Hi,

I have tired your order but i get this message:

can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig  2012-07-21 
23:01:23.000000000 +0200
|+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c       2012-07-21 
23:01:44.000000000 +0200
--------------------------
File to patch:

What did i wrong?

miki

2012.07.21. 23:42 keltezéssel, Maxime Soulé írta:
> First extract the owfs archive:
>
> tar xvf owfs-2.8p17.tar.gz
>
> Then apply the patch:
>
> patch < owfs-2.8p17-disable-mt.patch
>
> After that, you can configure owfs as usual, except that --disable-mt
> configure option will work correctly...
>
> Best regards,
>
> Max.
>
> Le 21.07.2012 23:26, Mezei Miklós a écrit :
>> Sorry, i am a really beginner, so then how could install the patch file?!
>>
>> meklod400
>>
>> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>>> Hi,
>>>
>>> When configured with Multithreading disabled, there is a compilation
>>> error.
>>>
>>> The attached patch correct the problem.
>>>
>>> Best regards,
>>>
>>> Max.
>>>
>>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>>> Relatively minor release, mainly to allow testing of some new device
>>>> features.
>>>>
>>>> Release notes
>>>> owfs suite
>>>> Version 2.8p17
>>>>
>>>> July 15 2012
>>>>
>>>> Features
>>>> 1. Preliminary support for the MAX31826
>>>>     A. Same family code as DS1825
>>>>     B. Has memory
>>>>     C. No temperature threshold or alarm
>>>>     D. Faster and only high resolution
>>>> 2. Update Hobbyboard Leaf Wetness support
>>>>     Added calibration and switch parameters
>>>> 3. Add debugging exposure for TAI8570 barometer
>>>>     A. Report from Aitor Arrieta about some difficulties with a new
>>>> version of his device
>>>>     B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>>     C. Exposed some "hidden" parameters that should match the datasheet
>>>> readings and calibration constants
>>>>        1. tai8570/D1 is raw temperature reading
>>>>        2. tai8570/D2 is raw pressure reading
>>>>        3. tai8570/C.ALL is internally stored calibration constants
>>>> 4. Some corrections and improvements in the man pages.
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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 <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Maxime Soulé | 22 Jul 2012 10:23

Re: New release 2.8p17

Hi,

did you correctly extract the owfs archive?

tar xvf owfs-2.8p17.tar.gz

After that, you should be able to type:

ls -la owfs-2.8p17/module/owlib/src/c/ow_presence.c

without an error. If this works, the patch command should works.

Best regards,

Max.

Le 22.07.2012 09:56, Mezei Miklós a écrit :
> Hi,
>
> I have tired your order but i get this message:
>
> can't find file to patch at input line 3
> Perhaps you should have used the -p or --strip option?
> The text leading up to this was:
> --------------------------
> |--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig  2012-07-21
> 23:01:23.000000000 +0200
> |+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c       2012-07-21
> 23:01:44.000000000 +0200
> --------------------------
> File to patch:
>
> What did i wrong?
>
> miki
>
> 2012.07.21. 23:42 keltezéssel, Maxime Soulé írta:
>> First extract the owfs archive:
>>
>> tar xvf owfs-2.8p17.tar.gz
>>
>> Then apply the patch:
>>
>> patch < owfs-2.8p17-disable-mt.patch
>>
>> After that, you can configure owfs as usual, except that --disable-mt
>> configure option will work correctly...
>>
>> Best regards,
>>
>> Max.
>>
>> Le 21.07.2012 23:26, Mezei Miklós a écrit :
>>> Sorry, i am a really beginner, so then how could install the patch file?!
>>>
>>> meklod400
>>>
>>> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>>>> Hi,
>>>>
>>>> When configured with Multithreading disabled, there is a compilation
>>>> error.
>>>>
>>>> The attached patch correct the problem.
>>>>
>>>> Best regards,
>>>>
>>>> Max.
>>>>
>>>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>>>> Relatively minor release, mainly to allow testing of some new device
>>>>> features.
>>>>>
>>>>> Release notes
>>>>> owfs suite
>>>>> Version 2.8p17
>>>>>
>>>>> July 15 2012
>>>>>
>>>>> Features
>>>>> 1. Preliminary support for the MAX31826
>>>>>      A. Same family code as DS1825
>>>>>      B. Has memory
>>>>>      C. No temperature threshold or alarm
>>>>>      D. Faster and only high resolution
>>>>> 2. Update Hobbyboard Leaf Wetness support
>>>>>      Added calibration and switch parameters
>>>>> 3. Add debugging exposure for TAI8570 barometer
>>>>>      A. Report from Aitor Arrieta about some difficulties with a new
>>>>> version of his device
>>>>>      B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>>>      C. Exposed some "hidden" parameters that should match the datasheet
>>>>> readings and calibration constants
>>>>>         1. tai8570/D1 is raw temperature reading
>>>>>         2. tai8570/D2 is raw pressure reading
>>>>>         3. tai8570/C.ALL is internally stored calibration constants
>>>>> 4. Some corrections and improvements in the man pages.
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> 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 <at> lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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 <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Mezei Miklós | 22 Jul 2012 10:27
Picon

Re: New release 2.8p17

Hi,

I have already installed the owfs with

opkg install owfs

but may be i need te remove and decompress what you said... but when i 
tired this:

tar xvf owfs-2.8p17.tar.gz

i got this answer:

tar: invalid tar magic

Br.,

miki

2012.07.22. 10:23 keltezéssel, Maxime Soulé írta:
> Hi,
>
> did you correctly extract the owfs archive?
>
> tar xvf owfs-2.8p17.tar.gz
>
> After that, you should be able to type:
>
> ls -la owfs-2.8p17/module/owlib/src/c/ow_presence.c
>
> without an error. If this works, the patch command should works.
>
> Best regards,
>
> Max.
>
> Le 22.07.2012 09:56, Mezei Miklós a écrit :
>> Hi,
>>
>> I have tired your order but i get this message:
>>
>> can't find file to patch at input line 3
>> Perhaps you should have used the -p or --strip option?
>> The text leading up to this was:
>> --------------------------
>> |--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig  2012-07-21
>> 23:01:23.000000000 +0200
>> |+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c       2012-07-21
>> 23:01:44.000000000 +0200
>> --------------------------
>> File to patch:
>>
>> What did i wrong?
>>
>> miki
>>
>> 2012.07.21. 23:42 keltezéssel, Maxime Soulé írta:
>>> First extract the owfs archive:
>>>
>>> tar xvf owfs-2.8p17.tar.gz
>>>
>>> Then apply the patch:
>>>
>>> patch < owfs-2.8p17-disable-mt.patch
>>>
>>> After that, you can configure owfs as usual, except that --disable-mt
>>> configure option will work correctly...
>>>
>>> Best regards,
>>>
>>> Max.
>>>
>>> Le 21.07.2012 23:26, Mezei Miklós a écrit :
>>>> Sorry, i am a really beginner, so then how could install the patch file?!
>>>>
>>>> meklod400
>>>>
>>>> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>>>>> Hi,
>>>>>
>>>>> When configured with Multithreading disabled, there is a compilation
>>>>> error.
>>>>>
>>>>> The attached patch correct the problem.
>>>>>
>>>>> Best regards,
>>>>>
>>>>> Max.
>>>>>
>>>>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>>>>> Relatively minor release, mainly to allow testing of some new device
>>>>>> features.
>>>>>>
>>>>>> Release notes
>>>>>> owfs suite
>>>>>> Version 2.8p17
>>>>>>
>>>>>> July 15 2012
>>>>>>
>>>>>> Features
>>>>>> 1. Preliminary support for the MAX31826
>>>>>>       A. Same family code as DS1825
>>>>>>       B. Has memory
>>>>>>       C. No temperature threshold or alarm
>>>>>>       D. Faster and only high resolution
>>>>>> 2. Update Hobbyboard Leaf Wetness support
>>>>>>       Added calibration and switch parameters
>>>>>> 3. Add debugging exposure for TAI8570 barometer
>>>>>>       A. Report from Aitor Arrieta about some difficulties with a new
>>>>>> version of his device
>>>>>>       B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>>>>       C. Exposed some "hidden" parameters that should match the datasheet
>>>>>> readings and calibration constants
>>>>>>          1. tai8570/D1 is raw temperature reading
>>>>>>          2. tai8570/D2 is raw pressure reading
>>>>>>          3. tai8570/C.ALL is internally stored calibration constants
>>>>>> 4. Some corrections and improvements in the man pages.
>>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> 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 <at> lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>
>>>> ------------------------------------------------------------------------------
>>>> 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 <at> lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>
>>> ------------------------------------------------------------------------------
>>> 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 <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Maxime Soulé | 22 Jul 2012 10:45

Re: New release 2.8p17

Hi,

opkg allows you to install a *binary* package.

patch allows you to modify a *sources* directory before (re-)compiling.

You can't use patch to modify a binary installation.

If you don't intend to recompile the owfs package, using the compilation 
chain of your distribution, don't use patch. Contact your packager or 
wait for the next release of owfs...

owfs-2.8p17.tar.gz can be found on the owfs.org web site.

Best regards,

Max.

Le 22.07.2012 10:27, Mezei Miklós a écrit :
> Hi,
>
> I have already installed the owfs with
>
> opkg install owfs
>
> but may be i need te remove and decompress what you said... but when i
> tired this:
>
> tar xvf owfs-2.8p17.tar.gz
>
> i got this answer:
>
> tar: invalid tar magic
>
> Br.,
>
> miki
>
> 2012.07.22. 10:23 keltezéssel, Maxime Soulé írta:
>> Hi,
>>
>> did you correctly extract the owfs archive?
>>
>> tar xvf owfs-2.8p17.tar.gz
>>
>> After that, you should be able to type:
>>
>> ls -la owfs-2.8p17/module/owlib/src/c/ow_presence.c
>>
>> without an error. If this works, the patch command should works.
>>
>> Best regards,
>>
>> Max.
>>
>> Le 22.07.2012 09:56, Mezei Miklós a écrit :
>>> Hi,
>>>
>>> I have tired your order but i get this message:
>>>
>>> can't find file to patch at input line 3
>>> Perhaps you should have used the -p or --strip option?
>>> The text leading up to this was:
>>> --------------------------
>>> |--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig  2012-07-21
>>> 23:01:23.000000000 +0200
>>> |+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c       2012-07-21
>>> 23:01:44.000000000 +0200
>>> --------------------------
>>> File to patch:
>>>
>>> What did i wrong?
>>>
>>> miki
>>>
>>> 2012.07.21. 23:42 keltezéssel, Maxime Soulé írta:
>>>> First extract the owfs archive:
>>>>
>>>> tar xvf owfs-2.8p17.tar.gz
>>>>
>>>> Then apply the patch:
>>>>
>>>> patch < owfs-2.8p17-disable-mt.patch
>>>>
>>>> After that, you can configure owfs as usual, except that --disable-mt
>>>> configure option will work correctly...
>>>>
>>>> Best regards,
>>>>
>>>> Max.
>>>>
>>>> Le 21.07.2012 23:26, Mezei Miklós a écrit :
>>>>> Sorry, i am a really beginner, so then how could install the patch file?!
>>>>>
>>>>> meklod400
>>>>>
>>>>> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>>>>>> Hi,
>>>>>>
>>>>>> When configured with Multithreading disabled, there is a compilation
>>>>>> error.
>>>>>>
>>>>>> The attached patch correct the problem.
>>>>>>
>>>>>> Best regards,
>>>>>>
>>>>>> Max.
>>>>>>
>>>>>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>>>>>> Relatively minor release, mainly to allow testing of some new device
>>>>>>> features.
>>>>>>>
>>>>>>> Release notes
>>>>>>> owfs suite
>>>>>>> Version 2.8p17
>>>>>>>
>>>>>>> July 15 2012
>>>>>>>
>>>>>>> Features
>>>>>>> 1. Preliminary support for the MAX31826
>>>>>>>        A. Same family code as DS1825
>>>>>>>        B. Has memory
>>>>>>>        C. No temperature threshold or alarm
>>>>>>>        D. Faster and only high resolution
>>>>>>> 2. Update Hobbyboard Leaf Wetness support
>>>>>>>        Added calibration and switch parameters
>>>>>>> 3. Add debugging exposure for TAI8570 barometer
>>>>>>>        A. Report from Aitor Arrieta about some difficulties with a new
>>>>>>> version of his device
>>>>>>>        B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>>>>>        C. Exposed some "hidden" parameters that should match the datasheet
>>>>>>> readings and calibration constants
>>>>>>>           1. tai8570/D1 is raw temperature reading
>>>>>>>           2. tai8570/D2 is raw pressure reading
>>>>>>>           3. tai8570/C.ALL is internally stored calibration constants
>>>>>>> 4. Some corrections and improvements in the man pages.
>>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> 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 <at> lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> 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 <at> lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>
>>>> ------------------------------------------------------------------------------
>>>> 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 <at> lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>
>>> ------------------------------------------------------------------------------
>>> 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 <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Mezei Miklós | 22 Jul 2012 10:48
Picon

Re: New release 2.8p17

Ok! I try to re-complain, but what is this error message:

tar: invalid tar magic

?

Br

miki

2012.07.22. 10:45 keltezéssel, Maxime Soulé írta:
> Hi,
>
> opkg allows you to install a *binary* package.
>
> patch allows you to modify a *sources* directory before (re-)compiling.
>
> You can't use patch to modify a binary installation.
>
> If you don't intend to recompile the owfs package, using the compilation
> chain of your distribution, don't use patch. Contact your packager or
> wait for the next release of owfs...
>
> owfs-2.8p17.tar.gz can be found on the owfs.org web site.
>
> Best regards,
>
> Max.
>
> Le 22.07.2012 10:27, Mezei Miklós a écrit :
>> Hi,
>>
>> I have already installed the owfs with
>>
>> opkg install owfs
>>
>> but may be i need te remove and decompress what you said... but when i
>> tired this:
>>
>> tar xvf owfs-2.8p17.tar.gz
>>
>> i got this answer:
>>
>> tar: invalid tar magic
>>
>> Br.,
>>
>> miki
>>
>> 2012.07.22. 10:23 keltezéssel, Maxime Soulé írta:
>>> Hi,
>>>
>>> did you correctly extract the owfs archive?
>>>
>>> tar xvf owfs-2.8p17.tar.gz
>>>
>>> After that, you should be able to type:
>>>
>>> ls -la owfs-2.8p17/module/owlib/src/c/ow_presence.c
>>>
>>> without an error. If this works, the patch command should works.
>>>
>>> Best regards,
>>>
>>> Max.
>>>
>>> Le 22.07.2012 09:56, Mezei Miklós a écrit :
>>>> Hi,
>>>>
>>>> I have tired your order but i get this message:
>>>>
>>>> can't find file to patch at input line 3
>>>> Perhaps you should have used the -p or --strip option?
>>>> The text leading up to this was:
>>>> --------------------------
>>>> |--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig  2012-07-21
>>>> 23:01:23.000000000 +0200
>>>> |+++ owfs-2.8p17/module/owlib/src/c/ow_presence.c       2012-07-21
>>>> 23:01:44.000000000 +0200
>>>> --------------------------
>>>> File to patch:
>>>>
>>>> What did i wrong?
>>>>
>>>> miki
>>>>
>>>> 2012.07.21. 23:42 keltezéssel, Maxime Soulé írta:
>>>>> First extract the owfs archive:
>>>>>
>>>>> tar xvf owfs-2.8p17.tar.gz
>>>>>
>>>>> Then apply the patch:
>>>>>
>>>>> patch < owfs-2.8p17-disable-mt.patch
>>>>>
>>>>> After that, you can configure owfs as usual, except that --disable-mt
>>>>> configure option will work correctly...
>>>>>
>>>>> Best regards,
>>>>>
>>>>> Max.
>>>>>
>>>>> Le 21.07.2012 23:26, Mezei Miklós a écrit :
>>>>>> Sorry, i am a really beginner, so then how could install the patch file?!
>>>>>>
>>>>>> meklod400
>>>>>>
>>>>>> 2012.07.21. 23:05 keltezéssel, Maxime Soulé írta:
>>>>>>> Hi,
>>>>>>>
>>>>>>> When configured with Multithreading disabled, there is a compilation
>>>>>>> error.
>>>>>>>
>>>>>>> The attached patch correct the problem.
>>>>>>>
>>>>>>> Best regards,
>>>>>>>
>>>>>>> Max.
>>>>>>>
>>>>>>> Le 15.07.2012 22:18, Paul Alfille a écrit :
>>>>>>>> Relatively minor release, mainly to allow testing of some new device
>>>>>>>> features.
>>>>>>>>
>>>>>>>> Release notes
>>>>>>>> owfs suite
>>>>>>>> Version 2.8p17
>>>>>>>>
>>>>>>>> July 15 2012
>>>>>>>>
>>>>>>>> Features
>>>>>>>> 1. Preliminary support for the MAX31826
>>>>>>>>         A. Same family code as DS1825
>>>>>>>>         B. Has memory
>>>>>>>>         C. No temperature threshold or alarm
>>>>>>>>         D. Faster and only high resolution
>>>>>>>> 2. Update Hobbyboard Leaf Wetness support
>>>>>>>>         Added calibration and switch parameters
>>>>>>>> 3. Add debugging exposure for TAI8570 barometer
>>>>>>>>         A. Report from Aitor Arrieta about some difficulties with a new
>>>>>>>> version of his device
>>>>>>>>         B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>>>>>>>>         C. Exposed some "hidden" parameters that should match the datasheet
>>>>>>>> readings and calibration constants
>>>>>>>>            1. tai8570/D1 is raw temperature reading
>>>>>>>>            2. tai8570/D2 is raw pressure reading
>>>>>>>>            3. tai8570/C.ALL is internally stored calibration constants
>>>>>>>> 4. Some corrections and improvements in the man pages.
>>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> 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 <at> lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>> ------------------------------------------------------------------------------
>>>>>> 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 <at> lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> 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 <at> lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>> ------------------------------------------------------------------------------
>>>> 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 <at> lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>
>>> ------------------------------------------------------------------------------
>>> 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 <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>> ------------------------------------------------------------------------------
>> 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 <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Mezei Miklós | 21 Jul 2012 23:28
Picon

Re: New release 2.8p17

Sorry i forget to tell u that im using Openwrt

br

miki

------------------------------------------------------------------------------
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/
Paul Alfille | 22 Jul 2012 13:25
Picon

Re: New release 2.8p17

Thank you fro the patch. It will be applied top the next release.

This opens a discussion of whether to continue the no-multithreading support.

More and more of OWFS function depends on threading and clearly the single-threaded code paths aren't getting tested (by me at least).

What is your use case for single-threading?

Paul Alfille

On Sat, Jul 21, 2012 at 5:05 PM, Maxime Soulé <btik-owfs <at> scoubidou.com> wrote:
Hi,

When configured with Multithreading disabled, there is a compilation error.

The attached patch correct the problem.

Best regards,

Max.

Le 15.07.2012 22:18, Paul Alfille a écrit :

Relatively minor release, mainly to allow testing of some new device
features.

Release notes
owfs suite
Version 2.8p17

July 15 2012

Features
1. Preliminary support for the MAX31826
   A. Same family code as DS1825
   B. Has memory
   C. No temperature threshold or alarm
   D. Faster and only high resolution
2. Update Hobbyboard Leaf Wetness support
   Added calibration and switch parameters
3. Add debugging exposure for TAI8570 barometer
   A. Report from Aitor Arrieta about some difficulties with a new
version of his device
   B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
   C. Exposed some "hidden" parameters that should match the datasheet
readings and calibration constants
      1. tai8570/D1 is raw temperature reading
      2. tai8570/D2 is raw pressure reading
      3. tai8570/C.ALL is internally stored calibration constants
4. Some corrections and improvements in the man pages.


------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
Maxime Soulé | 22 Jul 2012 23:30

Re: New release 2.8p17

In fact the use case is... historic :). I use FreeBSD, and some years 
ago (I don't remember the owfs version, but against FreeBSD 7) the 
multi-threading feature didn't compile. So, at this time, I compiled 
owfs with multi-threading disabled. Since that, I kept the huge 
configure command line and use it when I need to upgrade owfs on this 
embedded system. That's why I detected this bug with the last version... :)

On the other hand, I manage a more recent project, still on FreeBSD, 
where owfs is compiled with multi-threading enabled and it works like a 
charm. From FreeBSD 7 to 9.

So, from my point of view, single-threading support can be discontinued.

Best regards,

Max.

Le 22.07.2012 13:25, Paul Alfille a écrit :
> Thank you fro the patch. It will be applied top the next release.
>
> This opens a discussion of whether to continue the no-multithreading
> support.
>
> More and more of OWFS function depends on threading and clearly the
> single-threaded code paths aren't getting tested (by me at least).
>
> What is your use case for single-threading?
>
> Paul Alfille
>
> On Sat, Jul 21, 2012 at 5:05 PM, Maxime Soulé <btik-owfs <at> scoubidou.com
> <mailto:btik-owfs <at> scoubidou.com>> wrote:
>
>     Hi,
>
>     When configured with Multithreading disabled, there is a compilation
>     error.
>
>     The attached patch correct the problem.
>
>     Best regards,
>
>     Max.
>
>     Le 15.07.2012 22:18, Paul Alfille a écrit :
>
>         Relatively minor release, mainly to allow testing of some new device
>         features.
>
>         Release notes
>         owfs suite
>         Version 2.8p17
>
>         July 15 2012
>
>         Features
>         1. Preliminary support for the MAX31826
>             A. Same family code as DS1825
>             B. Has memory
>             C. No temperature threshold or alarm
>             D. Faster and only high resolution
>         2. Update Hobbyboard Leaf Wetness support
>             Added calibration and switch parameters
>         3. Add debugging exposure for TAI8570 barometer
>             A. Report from Aitor Arrieta about some difficulties with a new
>         version of his device
>             B. Supposedly compatible sensor gives errors (DA5540B vs DA5534)
>             C. Exposed some "hidden" parameters that should match the
>         datasheet
>         readings and calibration constants
>                1. tai8570/D1 is raw temperature reading
>                2. tai8570/D2 is raw pressure reading
>                3. tai8570/C.ALL is internally stored calibration constants
>         4. Some corrections and improvements in the man pages.
>
>
>     ------------------------------------------------------------------------------
>     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 <at> lists.sourceforge.net
>     <mailto:Owfs-developers <at> lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
>
> ------------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>

------------------------------------------------------------------------------
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 <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Gmane