An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Husarnet logo](images/logo.svg)

# 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.