Page 1 of 1

MegaMud Proxy

Posted: Sun Jun 28, 2020 2:26 pm
by BearFather
I have created a new tool for Megamud, that will allow you in essence pull up your Mega's convo box anywhere. This app is a two part program the MProxy-server.exe (Server) and MProxy-client.exe (Client).

MProxy-server.exe:
This is the Proxy server for MegaMud, you connect MegaMud to this and it will pass all telnet traffic back and forth. But will also catch any conversions and display it to clients connected to that account. And send chat commands from the client to telnet server. This does not need to run on the same host as MegaMud. Just MegaMud needs to be able to connect to MegaProxy server.

MProxy-client.exe:
This is the client you use to connect to the MegaProxy server. This does not have to be on the same host as the MegaProxy server or MegaMud is running on. This client just needs to be able to connect to port 42084 of the host running MegaProxy Server.

Commands are limited to chat commands, so can't be checking inventory or anything(yet?).

This is the still a fresh app, I have personally been running it for over a month with no issues. So if you find any issues or suggestions please let me know.

Re: MegaMud Proxy

Posted: Sun Jun 28, 2020 3:58 pm
by PlasmicFluid
Are you releasing the source to this? I’d love to be involved

Re: MegaMud Proxy

Posted: Mon Jun 29, 2020 10:57 am
by BearFather
I've been debating on it actually. I'm not sure if I will or not.

Re: MegaMud Proxy

Posted: Tue Jun 30, 2020 4:50 pm
by Kleptos
Is it possible to write my own client to connect to the server? I like what you did with the whole process but I was thinking about some other features in a client.

Re: MegaMud Proxy

Posted: Wed Jul 01, 2020 10:59 am
by BearFather
Yes, it's just a basic socket that you connect too. Send me a PM and we can discuss what is required. I suck with UI design so anything will look better.

Re: MegaMud Proxy

Posted: Sun Sep 13, 2020 2:39 pm
by BearFather
Released version 1.1

This is a small fix, just a quick rework of the highlight system. It was dropping the highlight phrase if it was at the end of the line.

PS:
If you guys have any requests or bugs please let me know.