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.
This library is available through the Arduino Library Manager.
The quick-start guide and FAQ is provided in the Husarnet ESP32 documentation to help you get started.
You'll find full examples in our examples directory.
Start with a simple-webserver for a fairly minimal example.