https://github.com/husarnet/husarnet-esp32-platformio
PlatformIO port of the Husarnet VPN client library
https://github.com/husarnet/husarnet-esp32-platformio
Last synced: over 1 year ago
JSON representation
PlatformIO port of the Husarnet VPN client library
- Host: GitHub
- URL: https://github.com/husarnet/husarnet-esp32-platformio
- Owner: husarnet
- Created: 2020-09-08T15:06:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T09:59:30.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T11:23:10.104Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 6.59 MB
- Stars: 33
- Watchers: 7
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Husarnet for PlatformIO ESP32
Husarnet is a low latency, lightweight, privacy preserving P2P VPN. If you want
to know more go to the [Husarnet's webpage](https://husarnet.com/) or directly
to the [documentation page](https://docs.husarnet.com/).
This repository only contains library code for the PlatformIO IDE. If you want
to use Husarnet with the Arduino IDE, go to the [husarnet-esp32-arduino](https://github.com/husarnet/husarnet-esp32-arduino).
## Installation and usage
[Platformio](http://docs.husarnet.com/docs/begin-esp32-platformio)
## Examples
You'll find full examples in our [examples](examples) directory.
Start with a [simple-webserver](examples/simple-webserver) for a fairly minimal example.