[DISC] Toribash Protocol Passthrough.
Sup, I'm trying to write a small script to allow me to log out toribash's protocol to the terminal. Here's what I have thusfar.
https://github.com/Eleeleth/toribash...ol-passthrough
It's not much, and it currently requires you to do some fancy iptables routing. (Point game1.toribash.com:22000 and the ip that resolves to, to localhost:22000.)
Run the script in your terminal, and open toribash and click multiplayer, and you should get a log of the raw protocol for the lobby screen.
This thread is mostly going to act as a rubber duck debugging session in the public record. Feel free to comment/complain/ridicule/praise/whatever.
(The end goal of this project is a full parser as well as documentation for the protocol.)