This is the main node of the Influence messenger network.
Go to file
2019-05-16 19:03:12 +04:00
.idea Fixed DataSerializer with encode/decode signature 2019-04-16 16:29:09 +03:00
gradle/wrapper Init commit 2019-02-28 15:21:49 +04:00
libs Added creating FreePastry bootstrap node 2019-05-14 22:11:19 +04:00
META-INF Fixed jar building and add relay node start. 2019-03-15 20:46:57 +04:00
src/main/java/io/github/chronosx88/dhtBootstrap Fixed issue when clients don't bootstrap to this node. 2019-05-16 19:03:12 +04:00
.gitignore .gitignore fix 2019-03-07 16:44:01 +03:00
build.gradle Bumped version to 0.3.1 2019-05-16 17:55:39 +04:00
gradlew Init commit 2019-02-28 15:21:49 +04:00
gradlew.bat Init commit 2019-02-28 15:21:49 +04:00
LICENSE Create GNU GPLv3 LICENSE 2019-04-12 15:26:36 +04:00
README.md Create README.md 2019-04-12 15:27:15 +04:00
settings.gradle Changed project name 2019-03-09 18:59:27 +04:00

Influence Bootstrap Node

This is the main node of the Influence messenger network.

Installation

  1. Clone this repo
  2. Compile JAR:
$ cd Influence-Bootstrap-Node
$ ./gradlew shadowJar
  1. Compiled JAR located in ./build/libs/ (Also there are already compiled versions, see releases)

Usage

  1. Run the node:
$ java -jar influence-bootstrap-node.jar

Now your bootstrap node is running and available on *ip*:7243!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details