Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 779 Bytes

README2.md

File metadata and controls

29 lines (23 loc) · 779 Bytes

Global Socket Relay

Chances are that you are wrong here. Click here if you want to learn about gsocket: https://www.github.com/hackerschoice/gsocket. You do not need this unless you want to review code.

You have been warned...

TODO:

  • document (try the wiki)

Installation

$ sudo apt install make automake autoconf gcc libevent-dev libssl-dev
$ git clone --depth 1 https://github.com/hackerschoice/gsocket-relay.git
$ cd gsocket-relay
$ git clone --depth 1 https://github.com/hackerschoice/gsocket
$ (cd gsocket; ./bootstrap && ./configure && make)
$ ./bootstrap && ./configure && make

Running the relay

$ src/gsrnd

Testing

$ cd gsocket/tests
$ GSOCKET_IP=127.0.0.1 ./run_gs_tests.sh