Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.86 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.86 KB

WireGuard implementation for ESPHome

This is an implementation of WireGuard® VPN for ESPHome, based on Wireguard Implementation for ESP-IDF (by @trombik).

PlatformIO Registry

Usage

Please refer to the official documentation of WireGuard Component in ESPHome website.

Compatibility

This code targets only ESPHome and has been tested on the following platforms:

  • ESP32 (with both frameworks)
  • ESP8266
  • LibreTiny (with bk72 microcontrollers only)

References

For additional information see:

License

BSD 3-Clause License (SPDX ID: BSD-3-Clause)

This project is licensed under BSD 3-Clause License except where explicitly written in files themselves or when other license files state differently.

"WireGuard" and the "WireGuard" logo are registered trademarks of Jason A. Donenfeld. Please see "WireGuard" Trademark Usage Policy for additional information.

Authors