Re: [Owfs-developers] New release 2.8p0

2010-08-03 Thread Jim Kusznir
that fixed it, thanks! --Jim On Mon, Aug 2, 2010 at 6:06 PM, Paul Alfille wrote: > Ahh, sorry > > Can you change line 81 of module/owserver/src/c/to_client.c from >         TrafficOutFD("to server > data",io[1].iov_base,io[1].iov_leng,file_descriptor); > to > >         TrafficOutFD("to server >

Re: [Owfs-developers] New release 2.8p0

2010-08-02 Thread Paul Alfille
Ahh, sorry Can you change line 81 of module/owserver/src/c/to_client.c from TrafficOutFD("to server data",io[1].iov_base,io[1].iov_leng,file_descriptor); to TrafficOutFD("to server data",io[1].iov_base,io[1].iov_len,file_descriptor); (That is, change the iov_leng to iov_len.) O

Re: [Owfs-developers] New release 2.8p0

2010-08-02 Thread Jim Kusznir
My attempts to build it so far on my dev machine fail: gcc -DHAVE_CONFIG_H -I. -I../../../../src/include-I../include -I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls -D_FIL

Re: [Owfs-developers] New release 2.8p0

2010-08-02 Thread Jim Kusznir
You use the same options you would use on the command line in the in options when the bus is initialized through the python command. --Jim On Sun, Aug 1, 2010 at 9:39 PM, Joshua J. Kugler wrote: > On Sunday 01 August 2010, Paul Alfille elucidated thus: >> Release notes 2.8p0 >> >> 1. W1 (the lin

Re: [Owfs-developers] New release 2.8p0

2010-08-01 Thread Joshua J. Kugler
On Sunday 01 August 2010, Paul Alfille elucidated thus: > Release notes 2.8p0 > > 1. W1 (the linux kernel module now called "wire") that handles > several types of 1wire bus masters is now supported as a surrogate > bus master. A. Includes usb, i2c and some architecture-specific gpio > (OMAP and AR