I'm trying to send text from mushclient to aim and get a response from aim to mushclient. This way I can have all my scripts and triggers running in mushclient on my main pc, and have the output sent to whatever computer i'm on through aim.
I tried setting up a telnet service and a console aim client, and that kind of works only mushclient chokes on the telnet connection.
I could usa a script to open a command prompt and executing the console aim client, but then I don't know how I'd get messages from aim back to mushclient.
Or I could set up a mud server to connect to and somehow run console commands from within the mud in mushclient and send messages between worlds. I would need to write an object to handle io which i dont know where to begin with.
I could also use netcat to pipe the aim client to a port i can connect to with mushclient, but that's pretty much the same idea as the telnet server. Its possible to write a script to make it look like a mud so it wont glitch up mushclient.
Anyway, what I wanted to know is if there's other, better ways to accomplish what I want, or maybe get some help on the ideas i couldn't finish on my own.
Thanks in advance.
I tried setting up a telnet service and a console aim client, and that kind of works only mushclient chokes on the telnet connection.
I could usa a script to open a command prompt and executing the console aim client, but then I don't know how I'd get messages from aim back to mushclient.
Or I could set up a mud server to connect to and somehow run console commands from within the mud in mushclient and send messages between worlds. I would need to write an object to handle io which i dont know where to begin with.
I could also use netcat to pipe the aim client to a port i can connect to with mushclient, but that's pretty much the same idea as the telnet server. Its possible to write a script to make it look like a mud so it wont glitch up mushclient.
Anyway, what I wanted to know is if there's other, better ways to accomplish what I want, or maybe get some help on the ideas i couldn't finish on my own.
Thanks in advance.