I was wondering what the demand for new, fresh linux battle.net bots is lookin' like? How many people actually use linux to run bots and/or looks for bots that work under linux? Just curious.
I use JavaOp2 (http://www.javaop.com) in Linux, that's about it.
Quote from: Newby on February 21, 2005, 12:47 AM
I use JavaOp2 (http://www.javaop.com) in Linux, that's about it.
Was thinking more along the lines of C, avoiding the Java mess.
I have a (rather old and slow, but eh) NetBSD machine and have access to a FreeBSD machine. I know they're not Linux, but I would be interested in running a bot on either/both of them.
Besides Java, the only bot I know of is zdsbot, or something like that. But I don't know how well, if at all, it's being maintained anymore.
Quote from: warz on February 21, 2005, 01:21 AM
Quote from: Newby on February 21, 2005, 12:47 AM
I use JavaOp2 (http://www.javaop.com) in Linux, that's about it.
Was thinking more along the lines of C, avoiding the Java mess.
If it'll be open-source, then well, have at it. ;)
There's no point in creating a battle.net bot now days without it being open source. Everything is already at everyones fingertips - they just have to piece it together. heh. Ofcourse it'll be public domain.
Quote from: warz on February 21, 2005, 09:50 AM
There's no point in creating a battle.net bot now days without it being open source. Everything is already at everyones fingertips - they just have to piece it together. heh. Ofcourse it'll be public domain.
Open source does not mean public domain.
Anyways, I've gotten bored and want to develop a new bot, preferably with GTK. Right now I'm looking at gtkmm with C++. GTK# seems like another alternative, but debugging is horrible under linux.
It'll be open source, similar to Prolix albeit a lot prettier. If anyone is interested feel free to contact me.
I would be very interested in a *nix bot to run that's fairly uptodate with the current status of bnet..
*zds is open source and somewhat maintained..
Prolix is the alternative next project the creater of zds moved onto ..
Which is on sourceforge.net I believe, can find links there(may have to dig around) to the site|person who is maintaining zds now.
At the risk of this being seen as nothing more than shameless self promotion, I'm writing a b.net library in C++ for FreeBSD. Not enough hours in the day means relatively slow development, but it's development none the less. I'm sure once it got to the point of being usable, all it would take to make it compile under linux would be some simple #ifdefs for correct headers.
Quote from: EpicOfTimeWasted on February 24, 2005, 05:00 PM
At the risk of this being seen as nothing more than shameless self promotion, I'm writing a b.net library in C++ for FreeBSD. Not enough hours in the day means relatively slow development, but it's development none the less. I'm sure once it got to the point of being usable, all it would take to make it compile under linux would be some simple #ifdefs for correct headers.
Share your work with us?
Quote from: Maddox on February 22, 2005, 02:14 AM
debugging is horrible under linux.
Lies! I got pretty good at gdb back in the day, but I don't really remember it anymore. There are lots of gui-front-ends to it (xxgdb is one), which let you make use of gdb's power with a prettier interface.
Quote from: iago on February 25, 2005, 02:35 PM
Quote from: Maddox on February 22, 2005, 02:14 AM
debugging is horrible under linux.
Lies! I got pretty good at gdb back in the day, but I don't really remember it anymore. There are lots of gui-front-ends to it (xxgdb is one), which let you make use of gdb's power with a prettier interface.
you took it out of context.
I meant debugging C# is horrible under linux.
Correct me if I'm wrong, but I understand C# to be specifically tailored for Microsoft's .NET API?
At least, that's the only platform I've ever heard of C# being used with.
Quote from: tA-Kane on February 26, 2005, 02:17 AM
Correct me if I'm wrong, but I understand C# to be specifically tailored for Microsoft's .NET API?
At least, that's the only platform I've ever heard of C# being used with.
http://www.go-mono.net
> mcs foo.cs
> mono foo.exe
Hehe...back when I wrote the beta version of ZakBot, I was using iBot as a reference. iBot was a *nix daemon written by moonshine and c0ol. I doubt there are many people who have ever heard of it before, but... :p
What about LinuxChat!? Zakath perhaps knows more about its whereabouts than anyone else active at the moment (IIRC it was written by c0ol and co-written by cipher, both of which I never see anymore).
Quote from: SoR-Mephisto on March 01, 2005, 09:38 AM
What about LinuxChat!? Zakath perhaps knows more about its whereabouts than anyone else active at the moment (IIRC it was written by c0ol and co-written by cipher, both of which I never see anymore).
You kiddin me? I watched c0ol make it from ground up. hehe. Not that it matters, or anything. Anyone seen c0ol in awhile? Last I saw him was on irc like 3 or 4 months ago. He used to live 5 minutes from me. :-\
Btw, iBot @ http://www.insanedev.net/tks/source/cpp/ibot.zip incase anyone wants it as a reference.