[available] GMCP in Mudlet

Post Reply
User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP in Mudlet

Post by Vadi »

I'll work on integrating this into latest git over the next couple of days.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP in Mudlet

Post by Vadi »


dorwardv
Posts: 15
Joined: Sat Jul 24, 2010 11:02 am

Re: GMCP in Mudlet

Post by dorwardv »

Is it possible to send data via gmcp at the moment like sendTelnetChannel102? if so, what is the syntax for doing so...
In aardwolf, we have gmcp commands that would enable us to turn some gmcp options on/off
for example would i rather prefer a message from the mud with Aardwolf color codes or pure ANSI?

also will there be to send raw telnet commands, so we can have the liberty of wrapping it in our functions?

-dorwardv-

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP in Mudlet

Post by Vadi »

sendGMCP

dorwardv
Posts: 15
Joined: Sat Jul 24, 2010 11:02 am

Re: GMCP in Mudlet

Post by dorwardv »

thanks a lot

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: GMCP in Mudlet

Post by tsuujin »

I've actually been trying the gmcp commands without much luck (the gmcp table doesn't update with my requests), but hopefully I'm just not sending it properly.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP in Mudlet

Post by Vadi »

Hm. I'll post a demo later then on how to enable/disable additional GMCP modules and double-check that sendGMCP still works.

dorwardv
Posts: 15
Joined: Sat Jul 24, 2010 11:02 am

Re: GMCP in Mudlet

Post by dorwardv »

i havent have anyluck with sendGMCP.
anyway can we also have an where we can specify which gmcp option to enable.

that demo would be very great.

also i have trouble compiling https://code.launchpad.net/~mudlet-makers/mudlet/gmcp now.
here is the Error Log

before ill just have to do
cmake CMakeLists.txt
make
sudo make install

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: GMCP in Mudlet

Post by Vadi »

Well firstly, as the error log suggests - you're missing system dependencies. Use qmake as well for now, cmake hasn't been updated for new libraries are required.

dorwardv
Posts: 15
Joined: Sat Jul 24, 2010 11:02 am

Re: GMCP in Mudlet

Post by dorwardv »

i resolved the dependency, successfully compiled, and installed gmcp

i modified ctelnet.cpp do look like this
_h += "Core.Supports.Set [ \"Char 1\", \"Room 1\", \"Comm 1\",\"Core 1\"]";
because my Comm.channel is not triggering an event for me.

my trigger problem is solved however it seems, i do not have Comm.Channel in my gmcp table, i do however have Comm.Event what could be wrong in here?

Post Reply