Skip to content

Installation

John Smith edited this page Apr 26, 2020 · 3 revisions

WIKI Home -> Installation guide

How to build?

  • Install java8 or bigger
  • Clone repository to a local folder
  • Type ./wemi <ExampleName>/run

Simple as that.

Substitute <ExampleName> for any of the prepared examples:

  • SimpleExample Contains simple unicast message send and receive, response; with an option to opt-out of the end2end encryption scheme.
  • DropBenchmarkExample Leftover test of message drops, from ancient times when sending messages was a lot less reliable
  • MulticastExample Broadcast messages to multiple clients at the same time, including ACK/Response handling
  • WalletExample Demonstration of generating, saving and loading a wallet. Including explorer queries for balance and wallet transaction to register a name or transfer assets to a different wallet
  • PubSubExample Sub transactions, pub message broadcast and receiving.
  • SessionExample Demonstration of full session message control, multiclient, ...
  • SessionProxyTunnelExamle Using session API to create two way inet <-> NKN A <-> NKN B <-> inet proxy. Can be tested through a web browser or something else.

For more information about wemi build system, visit GitHub page: Darkyenus/WEMI

Clone this wiki locally