corda/samples/network-visualiser
Anthony Keenan d77290831c CORDA-1035 - Testing api KDoc Updates (#2670)
* [CORDA-1035] Testing api KDoc Updates (#2584)

* Testing api KDoc Updates

* Update after code review

* Update api-current

* Revert changes to compiler.xml

* Made comment changes from review

* Fixing merge conflict

* Don't expose net.corda.node through test API (first pass)

* Fixing merge conflicts

* Update api-current

* Addressing review commits

* Fix exposure of internal implementation of MessageHandlerRegistration

* Make InProcess expose ServiceHub instead of internal StartedNodeServices

* Move InternalMockMessaginService interface to internal namespace

* Move MOCK_VERSION_INFO to internal namespace to avoid exposing VersionInfo

* Don't expose WritableTransactionStorage via testing api

* Create public VerifierType enum

* Update api-current and modify check-api-changes to check for net.corda.node exposures

* Fix merge conflicts

* Fixing another merge conflict

* Fix accidentally broken unit tests

* Make getInternalServices a property

* Fix failing unit tests

* Add todo to check-api-changes

* Fix rpc sender thread busy looping

* Fix tests

* Fixing tests

* Address mike's comments

* Fixing tests

* Make random port allocation internal

* Update api

* Update api
2018-02-28 15:59:56 +00:00
..
src CORDA-1035 - Testing api KDoc Updates (#2670) 2018-02-28 15:59:56 +00:00
build.gradle Add extra version pinning for spring.boot gradle plug-in 2017-11-06 14:34:09 +00:00
README.md Starting new pull request - previous one had conflict errors 2016-11-29 16:52:07 +00:00

Network Visualiser

This package contains a network visualiser that uses a simulation to visualise the interaction and messages between nodes on the Corda network.

Please see the either the online documentation for more info on the network visualiser, or the included offline version.

From the root directory of the repository, run it like this (Windows):

gradle samples:network-visualiser:run

or (Mac / Unix)

./gradlew samples:network-visualiser:run