esp_wireguard
esp_wireguard copied to clipboard
WireGuard Implementation for ESP-IDF
see https://github.com/trombik/esp_wireguard/commit/e1fa8d28ce3cedd67df2bbb230d438d79e599911
```console I (5659) demo: Initializing WireGuard. I (5659) demo: Connecting to the peer. I (5659) esp_wireguard: allowed_ip: 192.168.4.58 Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0...
Hello trombik, I'm facing this odd behavior: if the esp device looses its main network for whatever reason (reboot, link error, wifi change, etc), it cannot reconnect to the wireguard...
the original WireGuard implementation resolves DNS name of peer endpoint once at startup. it does not re-resolve the DNS name. the developer said "[it's not a bug](https://lists.zx2c4.com/pipermail/wireguard/2017-November/002028.html)". a script, [reresolve-dns](https://git.zx2c4.com/wireguard-tools/tree/contrib/reresolve-dns),...
Hi @trombik many thanks for this repo. I wanted to mention that I had a crash which I was unable to reproduce in this code ``` static struct wireguard_peer *peer_lookup_by_allowed_ip(struct...
Endpoint is configured for IPV6 but peer not getting connected endpoint is up and normal ping cmd from esp to wireguard server or visa versa is working but peer is...
By now there are many ways available in which an ESP can be connected to IP networks. Notably wired Ethernet and PPP as used for cellular connections are quite popular....
Sorry that i'm missusing an Issued to ask a question! I've been trying to get wireguard running over via sim800/sim7000 GSM/LTE Modems and to run mqtt (not via http bit...