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.
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
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