Home > eadc-hub

eadc-hub

Eadc-hub is a project mainly written in Erlang, based on the GPL-3.0 license.

ADC(Advanced Direct Connect) hub software written using Erlang/OTP

EADC

EADC-hub is a server for ADC network is aimed to bring OTP features like hot code swapping and clusterization.

Cloning source:

$ git clone git://github.com/JLarky/eadc-hub.git
$ cd eadc-hub
$ ./rebar compile # this command invokes `git submodule update` to get tiger-hash lib.

Compile on Windows:

Install needed libraries/programms mensioned in tiger-hash instruction and do:

PATH=$PATH:/c/mingw/bin if MinGW's binaries not in PATH

CC=gcc ./rebar compile or you can set environment variable CC=gcc

Starting hub:

$ ./EADC # Linux

> EADC.bat # Windows

And check it on adc://localhost:4111

Also try run !help in chat.

First registered user (by !regme pass) will be superuser. For futher instruction see INSTALL.txt

Requirements:

  • erlang-otp
  • gcc (MinGW)
Previous:tp4