Re: [Owfs-developers] Development status of owexternal

2014-11-26 Thread David Lazarou
Hi Sven, A few months back I was trying to integrate a pressure sensor into my 1-wire network using 'owexternal' but ran into a few problems. http://owfs-developers.1086194.n5.nabble.com/External-sensor-problems-tt10623.html It appears to me that this section of the code still needs a little bit

Re: [Owfs-developers] Development status of owexternal

2014-11-26 Thread Paul Alfille
I think you have the right idea. owexternal is a protocol to use non 1-wire devices as 1-wire slaves. Obviously we can't use normal 1-wire reading, writing, IDs or selection. Instead the device is described in a file with links to programs that do the actual communication and return the result.

[Owfs-developers] Development status of owexternal

2014-11-26 Thread Sven Giermann
Hi, I just thought about writing my own "owserver" to support a simple relay card with a serial connection. I already have a binary to read and set relay states but need a way to access it from other software. Now the idea was to clone owserver by providing the same interface to allow use of every