Search found 3 matches

by Bicou
2006-06-20 12:26
Forum: Protocol Alley
Topic: Client <-> protocol questions
Replies: 33
Views: 24050

Okay, thanks for the advice :-)
by Bicou
2006-06-15 12:19
Forum: Protocol Alley
Topic: Client <-> protocol questions
Replies: 33
Views: 24050

Quattro: it doesn't matter, I think it's better to use this topic rather than creating a new one
PseudonympH: I'm on a lan hub where people use old client versions, so my bot needs to use this format :?
by Bicou
2006-06-13 05:36
Forum: Protocol Alley
Topic: Client <-> protocol questions
Replies: 33
Views: 24050

This C code has been successfully compiled with gcc / linux (and until now, it seems to work perfectly well), but I think it should be no problem to port it for example to windows...: #include<stdio> #include<stdlib> #include<string> int bitreader(char * st,int bp); struct hnode { int zero; int one...