Introduction

FigNet comes with implementation of multiple transport layers and they are called providers

Supported Low-level Transports

FigNet Supports the following networking libraries as by now.

Loading a Provider

Once you have appropriate dll of Provider you can load it using code below

ENetProvider.Module.Load();
WebSocketProvider.Module.Load();
TcpProvider.Module.Load();
LiteNetLibProvider.Module.Load();

Last updated

Was this helpful?