-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
John Smith edited this page Apr 26, 2020
·
3 revisions
WIKI Home -> Installation guide
- 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 wayinet <-> 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
Beware: Both NKN nodes and this sdk are still work in progress and anything can change or stop working at any time.