Skip to content

husarnet/husarnet-esp32-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Husarnet logo

Husarnet for Arduino ESP32

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.

Installation and usage

Coming soon...

Examples

You'll find full examples in our examples directory.

Start with a simple-webserver for a fairly minimal example.