Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@tmerr tmerr released this 30 Jul 05:59
· 6 commits to master since this release

Server:

The server should work out of the box in windows. Just run server.exe -h from the command line to learn the usage. No python necessary. Remember if you want to use it in a minecraft game that you're not hosting, to forward port 5000 on your router.

Windows distribution: computercraftirc-server-v1.0.0.win32.zip
Linux/Other: Check the readme to learn how to run it in python

Client:

You will need an advanced computer next to a large advanced monitor. At the terminal enter:

pastebin get cT6943Sp client
edit client

At the top of client make sure you set MONITORSIDE, REMOTE and REMOTEDOMAIN. Now run

client

And it should start up.

Known issues:

  • Restarting the server when the client is running will break the client
  • No authentication. If the server is publicly visible it's possible for a stranger to connect and send messages through it.
  • Uses Flask for the web server which isn't advised. Use at your own risk.