View on GitHub

arg-tools

Extensible generic TCP Server using .Net Pipelines

Alternate Reality Game Tools

A growing set of tools to run or host an ARG.

Current Tools
Ascii Movie Streamer via Telnet

Here’s all you need to start a server that streams an ASCII movie to each connected client. It’s hacky, but it works ;)

        static void Main(string[] args)
        {
            var server = SocketServerBuilder.Create()
                            .ListensOn(IPAddress.Any)
                            .UsingPort(1337)
                            //.WithComponent(new BasicTelnetComponent()) // sends IAC WONT ECHO etc.
                            //.WithComponent(new ChatServerComponent()) // very basic
                            .WithComponent(new AsciiMovieServerComponent())
                            .Build();

            server.StartConsole();
        }

-The .txt file movie was taken from @nitram509