Husarnet is a low latency, lightweight, privacy preserving P2P VPN. If you want to know more go to the Husarnet's webpage or directly to the documentation page.
This repository only contains library code for the Arduino IDE. If you want to use Husarnet with the PlatformIO IDE, go to the husarnet-esp32-platformio.
Due to the way precompiled libraries work in Arduino the static library for each
target must be placed in a seperate directory. Due to this libhusarnet.a
is
duplicated few times in different folders.
Coming soon...
You'll find full examples in our examples directory.
Start with a simple-webserver for a fairly minimal example.