Re: [Owfs-developers] anyone using a beaglebone black with 1-wire

2013-06-23 Thread kovir
I installed Debian on BBB and owfserver and owhttpd via apt-get install. Unfortunatelly it works for a minute or two - after this owserver hangs… Under default BBB system - the same. it stops to work afer few minutes. Everything else works fine (httpd etc.). Under Openwrt/TP-Link Router works OK.

[Owfs-developers] BUG: owtcl treats all results as C strings; patch included

2013-06-23 Thread Jan Kandziora
Hi, while playing with Pascal Baerten's BAE0911, I found owtcl is treating all results from OW_get as C strings, which makes reading data with embedded \0 chars impossible. I made I minimal patch which uses the length information of OW_get instead. Works for me. Comments? cvs diff -u module/owt

[Owfs-developers] BUG: owtcl does bogus UTF mangling on "ow put"; patch included

2013-06-23 Thread Jan Kandziora
Hello, I found another bug in owtcl. Tcl does UTF mangling on the result of Tcl_GetStringFromObj. This is very disturbing for the value of a "put" operation as there is no way to output binary data to owfs as it is possible with owfs/fuse itself (and the other language bindings, I guess). As far