ReplicaNet and RNLobby  1
XPURL

Introduction

RNReplicaNet::XPURL decodes and encodes URLs and acts as a common method for interfacing various networking protocols.
A Transport is a high level network connection that can be found or registered by RNReplicaNet::XPURL.
For testing purposes the network performance, even of local host tests, can be emulated by the RNReplicaNet::NetworkEmulation class.

Using XPURL

Include files are in the Includes directory.
Use "RNXPURL/Inc/XPURL.h" to access all the C++ interface to XPURL

To link follow the instructions at Using ReplicaNet