Client

Connecting

An instance of the latest version of the server should be running on port 51516 of this machine: d2718.net:51516.

To connect, either run the client with the -a option:

./grel -a d2718.net:51516

or edit the configuration file to set the default address to which the client tries to connect:

  1. Generate a default config with the -g flag and note where this file has been written.
  2. Edit it to make sure the address line reads
    address = 'd2718.net:51516'
  3. While you're at it, you might as well change your default name to something like
    name = 'Your Name'
  4. Save the file and run the client normally:
    ./grel

The Repository

d2718/grel on Github

Includes guidance about building and running a server instance.