# README
xNET
xNET is a framework to build tools as simple as a network tunnel or as complex as an overlay network
go get github.com/supergiant-hq/xnet
Modules
- Generic UDP Client and Server using QUIC protocol
- P2P Network with Broker, Relay and Client implementations
- TUN Device for Linux, Darwin and Windows (TODO)
Packages
This framework depends on the following core dependencies
Module | Link |
---|---|
lucas-clemente/quic-go | View |
songgao/water | View |
go-ping/ping | View |
Examples
- xTunnel - Tunnel TCP/UDP traffic between nodes
License
Apache License 2.0