Re: [Owfs-developers] ownet / java

2007-01-11 Thread Roberto Spadim
Can you send me current ownet.java implementation to test on a web applet?!?! :D thankx - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opini

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread George M. Zouganelis
Paul, one more question about the owserver protocol... doing requests with those headers below, presence, write, dir/dirall works ok The read function behaves somewhat funny. a. numbers are msg packet contents, first=version b. all my functions use the same sendPacket/getPacket function take a

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Paul Alfille
Good pickup. Now: *if* ( cm->ret ) { cm->size = cm->payload = 0 ; } *else* { cm->payload = cb.used ; cm->size = cb.used -1 ; } Paul Alfille On 1/11/07, George M. Zouganelis <[EMAIL PROTECTED]> wrote: George M. Zouganelis wrote on 11/1/2007 16:29: > Paul, > > in o

Re: [Owfs-developers] php udp

2007-01-11 Thread Roberto Spadim
VB Version now allow udp sockets http://spadim.com.br/ownetvb-csocketmaster.zip http://spadim.com.br/ownetvb-winsock.zip Roberto Spadim escreveu: > PHP now allow udp sockets > VERSION: 2007.01.11 - 17:05 BRST > > - > Take Su

[Owfs-developers] php udp

2007-01-11 Thread Roberto Spadim
PHP now allow udp sockets VERSION: 2007.01.11 - 17:05 BRST - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics th

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Roberto Spadim
i'm changin ownet.php and ownet.vb to allow UDP sockets instead TCP the protocol is the same just the socket type will be changed i will wait an owserver with udp to test thankx Peter Kropf escreveu: > I'll get to ownet.py but it'll be a couple of weeks. I've just got too > many things going on at

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Peter Kropf
I'll get to ownet.py but it'll be a couple of weeks. I've just got too many things going on at the same time. Sorry... - Peter On 1/10/07, Paul Alfille <[EMAIL PROTECTED]> wrote: > I've just committed to the CVS an enhancement to the owserver protocol: > msg_dirall. > > The old method, msg_dir,

Re: [Owfs-developers] understanding owserver TCP connection behavior

2007-01-11 Thread Paul Davis
Trying to get caught up here, sorry for the delayed reply... You may well be right. My comment is based on direct experience with as few as 2 clients going after the same sensors. Let me describe my little network to you. I have 10 devices total spread across 3 hub ports. There are also the

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread George M. Zouganelis
George M. Zouganelis wrote on 11/1/2007 16:29: Paul, in owserver : DirallHandler if ( cm->ret ) { cm->size = cm->payload = 0 ; } else { cm->size = cm->payload = cb.used; } I have a cb.blob ending with two NULL chars , and a cb.used including both them Shouldn't we r

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread George M. Zouganelis
Paul, in owserver : DirallHandler if ( cm->ret ) { cm->size = cm->payload = 0 ; } else { cm->size = cm->payload = cb.used; } I have a cb.blob ending with two NULL chars , and a cb.used including both them Shouldn't we return a cm->size = cm->payload = cb.used - 1 or ch

Re: [Owfs-developers] ownet / java

2007-01-11 Thread Michael Weber
George, That sounds very good. I am not doing the coding on that one (right now we have a python server that reads/writes 1wire and a socket connection to/from java), but I will gladly distribute your code to our person in charge. So please sen whatever you have and we will integrate it. W

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Roberto Spadim
ownet.vb updated please update CVS http://www.spadim.com.br/ownetvb-csocketmaster.zip http://www.spadim.com.br/ownetvb-winsock.zip thankx VERSION: 2007.01.11 - 07:16 BRST remove all ownet.vb files from cvs, and add two directories one is csocketmaster directory the others is microsoft winsock co

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Roberto Spadim
ownet.php updated please update CVS: http://www.spadim.com.br/owphp.php.txt VERSION: 2007.01.11 - 07:11 BRST Roberto Spadim escreveu: > how can i update ownet.php and ownet.vb CVS? > > Roberto Spadim escreveu: > >> what's >> >> LINE 171: my $msg_get = 8 ; >> >> msg_get??? any implementation

[Owfs-developers] devel server

2007-01-11 Thread Roberto Spadim
can anybody put a public developer server on internet with owserver running? just for tests, this could be a last develop and last stable versions i can put a 90% uptime windows release but i need some time to get an dsl link and set it up

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Roberto Spadim
how can i update ownet.php and ownet.vb CVS? Roberto Spadim escreveu: > what's > > LINE 171: my $msg_get = 8 ; > > msg_get??? any implementation or just a todo feature? > > > > Paul Alfille escreveu: > >> I've just committed to the CVS an enhancement to the owserver >> protocol: msg_dirall. >

Re: [Owfs-developers] owserver enhancement for faster directory listing.

2007-01-11 Thread Roberto Spadim
what's LINE 171: my $msg_get = 8 ; msg_get??? any implementation or just a todo feature? Paul Alfille escreveu: > I've just committed to the CVS an enhancement to the owserver > protocol: msg_dirall. > > The old method, msg_dir, sent a tcp packet for each directory element. > msg_dirall sen