MudBytes
Pages: << prev 1, 2 next >>
2 IMC Networks, Configuring IMC
sasuke
Apprentice






Group: Members
Posts: 16
Joined: Sep 18, 2008

Go to the bottom of the page Go to the top of the page
#1 id:12427 Posted Sep 21, 2008, 2:15 am

There are two intermuds that I know of, the daiku server and the LPmuds server.

server 1:
ServerAddr  www.mudbytes.net
ServerPort  5000

Server 2:
ServerAddr  204.209.44.3
ServerPort  8888

What Im running:
AckFUSS 4.3.8 using MC2 Freedom CL-2.1

From the Faq it says its possible to connect to multiple servers. Could someone help me? Or at least point me in the right direction. I would appreciate it.
.........................
http://i37.tinypic.com/201126d.jpg
The ackFUSS Community

Guest
Unregistered


Go to the bottom of the page Go to the top of the page
#2 id:12428 Posted Sep 21, 2008, 2:36 am

The Freedom client does not have the ability to connect to multiple networks and that ability is not planned at this time unless someone else wishes to contribute code to make that possible.

Conner
Wizard






Group: Members
Posts: 1,250
Joined: May 14, 2006

Go to the bottom of the page Go to the top of the page
#3 id:12452 Posted Sep 21, 2008, 4:59 pm

Does AckFUSS not include the I3 client as well as the IMC client? SmaugFUSS did (sorry, I branched off from SmaugFUSS a major version or so ago) and all you really had to do was toggle the include flags in your Makefile to include both (or either, or neither, if you prefer) and then use the setup included for each. Personally, I set my mud to stop listening to I3 just before Cratylus took over that network and really hadn't looked back, but that's not a reflection on Cratylus, it's a reflection on how badly I felt at the time about the network. Of course, in that transition, I talked Samson into creating the inews channel on IMC and I talked Tim into bringing his TimBot to IMC to use inews, since then Kiasyn's expanded on the idea with his rss feeds and later his Megabot considerably and Kayle's added ivent and imusic as well. But I digress.. the point is that SmaugFUSS included (includes?) both clients so there's no obvious reason your code can't support both as well.
.........................
                                              -=Conner=-

Administrator/Coder                                                      Primary SysOp
Land of Legends                                                            The Castle's Dungeon BBS
http://tcdbbs.zapto.org/mud/nwlightninglol1.jpg          http://tcdbbs.zapto.org/catapult1.gif                  http://thenethernet.com/images/about/joinme-180-short.png
telnet://tcdbbs.zapto.org:4000                                    telnet://tcdbbs.zapto.org:23

Caius
Conjurer






Group: Members
Posts: 115
Joined: Oct 21, 2006

Go to the bottom of the page Go to the top of the page
#4 id:12455 Posted Sep 21, 2008, 5:16 pm

I think he's talking about connecting to two IMC or two i3 networks at the same time.
.........................
SWR2 Refactor - The improved SWR 2.0 codebase.

Conner
Wizard






Group: Members
Posts: 1,250
Joined: May 14, 2006

Go to the bottom of the page Go to the top of the page
#5 id:12457 Posted Sep 21, 2008, 5:20 pm

Actually, from what he was saying on IMC the other night, I believe he's trying to connect to both networks but using the freedom client because Cratylus had offered his IMC bridge as a means to reach the I2 network. :shrug:
.........................
                                              -=Conner=-

Administrator/Coder                                                      Primary SysOp
Land of Legends                                                            The Castle's Dungeon BBS
http://tcdbbs.zapto.org/mud/nwlightninglol1.jpg          http://tcdbbs.zapto.org/catapult1.gif                  http://thenethernet.com/images/about/joinme-180-short.png
telnet://tcdbbs.zapto.org:4000                                    telnet://tcdbbs.zapto.org:23

Guest
Unregistered


Go to the bottom of the page Go to the top of the page
#6 id:12458 Posted Sep 21, 2008, 5:27 pm

SmaugFUSS does not include the I3 client and hasn't for some time now. I removed it about the time the I3 network run by Greg turned to crap and became completely unreliable anyway.

I no longer provide support for the existing I3 client that's available in the repository. Frankly I wish someone would write up an entirely new one. The one I expanded on was a complete mess and prone to crashing from poor string handling, and I've never been good with C strings.

The_Fury
Sorcerer






Group: Banned
Posts: 485
Joined: Jun 1, 2008

Go to the bottom of the page Go to the top of the page
#7 id:12460 Posted Sep 21, 2008, 5:37 pm

While we are on this subject, i am thinking of adding IMC back into EldhaMUD to see how it goes. I have been lurking on IMC on and off for the last few weeks and it seems to be much different from what i remember it to be. Which client do you recommend that i install. I will also add it into the next release code as well, which is not far away either.
.........................
bMUD: Custom server written in Ruby.
        The Oriental Dojo Mud     
The_Fury: Coder and Designer.
http://www.orientaldojo.net/downloads/oriental-large.gif

Kayle
Wizard






Group: Members
Posts: 1,165
Joined: Nov 27, 2006

Go to the bottom of the page Go to the top of the page
#8 id:12461 Posted Sep 21, 2008, 5:39 pm

Freedom Client 2.2 >.>
.........................
Owner/Coder                                                            Coder
Malevolent Whispers                                                  Star Wars: The Sith Wars
{Development Phase - Not accepting players}            Open Alpha - Players Welcome - Full System Re-writes Imminent.                                     

FUSS Project Team Lead
SmaugMuds.Org - The Smaug MUDs Community Center

sasuke
Apprentice






Group: Members
Posts: 16
Joined: Sep 18, 2008

Go to the bottom of the page Go to the top of the page
#9 id:12462 Posted Sep 21, 2008, 5:43 pm

Sorry, Im not trying to use the client to directly connect to the I3 server.

Conner said:
Actually, from what he was saying on IMC the other night, I believe he's trying to connect to both networks but using the freedom client because Cratylus had offered his IMC bridge as a means to reach the I2 network. :shrug:


This is what I wanted to do. Its still connecting via IMC, to Crat's bridge, so that I can use I3 with IMC.

If you go into the IMC.config file and change the ServerAddr and Port to
ServerAddr 204.209.44.3
ServerPort  8888
It will connect you to talk on the I3 channels. I just wanted to be able to use both. It wouldnt involve adding code to
connect to I3, just the ability to connect to two IMC2 servers.
.........................
http://i37.tinypic.com/201126d.jpg
The ackFUSS Community

Guest
Unregistered


Go to the bottom of the page Go to the top of the page
#10 id:12463 Posted Sep 21, 2008, 5:57 pm

As I said, the Freedom client does not support connecting to more than one IMC2 server. Which in effect means you only get one network with it unless there's some other bridging going on behind the scenes.

Conner
Wizard






Group: Members
Posts: 1,250
Joined: May 14, 2006

Go to the bottom of the page Go to the top of the page
#11 id:12511 Posted Sep 22, 2008, 6:16 pm

*wonders if anyone's ever successfully installed two IMC clients into their mud...*
.........................
                                              -=Conner=-

Administrator/Coder                                                      Primary SysOp
Land of Legends                                                            The Castle's Dungeon BBS
http://tcdbbs.zapto.org/mud/nwlightninglol1.jpg          http://tcdbbs.zapto.org/catapult1.gif                  http://thenethernet.com/images/about/joinme-180-short.png
telnet://tcdbbs.zapto.org:4000                                    telnet://tcdbbs.zapto.org:23

Kline
Wizard




Group: Members
Posts: 587
Joined: Dec 14, 2007

Go to the bottom of the page Go to the top of the page
#12 id:12515 Posted Sep 22, 2008, 7:57 pm

The Freedom and I3 clients run fine side-by-side. Never attempted 2 of one type though.
.........................
AckFUSS -- Check it out.

Conner
Wizard






Group: Members
Posts: 1,250
Joined: May 14, 2006

Go to the bottom of the page Go to the top of the page
#13 id:12586 Posted Sep 24, 2008, 12:39 am

Nope, not IMC & I3, two IMC or two I3 (though I think, for this application, two I3 wouldn't help, it'd have to be two IMC clients).
.........................
                                              -=Conner=-

Administrator/Coder                                                      Primary SysOp
Land of Legends                                                            The Castle's Dungeon BBS
http://tcdbbs.zapto.org/mud/nwlightninglol1.jpg          http://tcdbbs.zapto.org/catapult1.gif                  http://thenethernet.com/images/about/joinme-180-short.png
telnet://tcdbbs.zapto.org:4000                                    telnet://tcdbbs.zapto.org:23

Varmel
Fledgling




Group: Members
Posts: 7
Joined: Sep 1, 2008

Go to the bottom of the page Go to the top of the page
#14 id:12603 Posted Sep 24, 2008, 6:59 am

sasuke said:

From the Faq it says its possible to connect to multiple servers. Could someone help me? Or at least point me in the right direction. I would appreciate it.

Are you able to run an additional server process on your server? If you are then you could consider make an imc2 proxy server that is able to connect to additional networks. E.g you connect the MUD to the proxy which in turn connect to the MudBytes and Intermud3 IMC2 servers.

sasuke
Apprentice






Group: Members
Posts: 16
Joined: Sep 18, 2008

Go to the bottom of the page Go to the top of the page
#15 id:12751 Posted Sep 25, 2008, 4:01 pm

Yeah I was looking at that, though I don't have a clue as to how to do it.
I know theres server IMC code on here, and a code to do an IMC bridge, neither one
helped, but maybe Im doing something wrong. Is there a way to use either of them
to create the proxy server
.........................
http://i37.tinypic.com/201126d.jpg
The ackFUSS Community

Pages:<< prev 1, 2 next >>
Tags
[+]

Valid XHTML 1.1! Valid CSS!