On Wednesday 08 March 2006 05:04 am, DeanCollins wrote:
> Regarding my previous questions, i have beent rying to no avail to be able
> to scan the bus constantly for any changes, for one i am stumped to find
> the OW.pm perl module as i am quite adept with perl, i was wondering if

Were you successful with ./configure --enable-owperl ? You then get an OW.pm 
module.

> anyone has an example of either bash script or perl code that could run
> constantly and output any changes it sees? such as PIO change on a 2405,
> 2406 or 2408, as well as mabye a device added/removed?

meta code:
loop forever
  get list of files in alarm directory
  process each in turn
    family code is first two chars
    05 for ds2405
    12 for DS2406
    29 for DS2408
    Clear alarm for that file
  end file loop
  
end big loop

> thanks
> Dean Collins
> --
> View this message in context:
> http://www.nabble.com/Little-Bit-of-Help-again-t1245454.html#a3297656 Sent
> from the OWFS - Dev forum at Nabble.com.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to