Re: [Owfs-developers] Getting simultaneous to work (and other)

2016-01-09 Thread Henrik Östman
Den 2016-01-07 kl. 10:11, skrev Stefano Miccoli: On 06 Jan 2016, at 12:32, Henrik Östman wrote: And that's it. Just one thread to not confuse the bus and the good thing is that I no longer experience the "found 0 devices"-problem I had before when running multiple thread and doing a bus scan

[Owfs-developers] Introduce support for DS28E17

2016-01-09 Thread Solèr Ursin
> > What I personally would love to see/have/get is a 1wire slave code template > > that would allow me (or others) to create their own 1wire slave(s). Of > course first we would need to define a general set of commands that > allows to transmitt and receive any kind of values between the slave an

Re: [Owfs-developers] Introduce support for DS28E17

2016-01-09 Thread Matthias Urlichs
On 09.01.2016 15:56, Solèr Ursin wrote: > What happens e.g. if I want to add a totally new fancy roadrunner detector > by ACME from which nobody else ever heard or my own sensor I invented > myself? You add a "roadrunner" node to OWFS. ;-) Seriously, I do plan to add some generic/tutorial-ish co

[Owfs-developers] Introduce support for DS28E17

2016-01-09 Thread Solèr Ursin
> >> I don't think this is too useful because one had to rewrite every > >> single needed I?C slave driver out there for this crude interface > >> and of course the tools, too. These drivers and tools do exist. > >> Why reinvent the wheel? > > > > I totally agree, as long as you want to teach me o

Re: [Owfs-developers] Introduce support for DS28E17

2016-01-09 Thread Jan Kandziora
Am 09.01.2016 um 17:37 schrieb Solèr Ursin: > > Thanks a lot for this useful summary! I think I got the main points now. > Next step then is to use a user written /usr/bin/owgpio in the owfs externals > config and this script accesses /sys/class/gpio/gpiochip248, as you > described earlier, right