wireguard-lwip
wireguard-lwip copied to clipboard
WireGuard Implementation for lwIP
When I call netif_add(&wg_netif_struct, &ipaddr, &netmask, &gateway, &wg, &wireguardif_init, ðernet_input); Function, the program stopped working, later found that the wireguardif_init parameter problem, may I ask why this?
If you deactivate the server or the server endpoint is removed from the network is there a way of indicating this? It works great on my STM32F407 and ESP32 with...
Not sure you intended this, but the encryption and decryption function are not symmetrical. (i.e. the ct length is not encoded in the padding) Basic code sample follows. ` uint8_t...
In wireguardif_tmr you have // TODO: Also destroy handshake? The fork of this done for Arduino ESP32 https://github.com/ciniml/WireGuard-ESP32-Arduino has this in it. Does it need adding and is there anything...
I can't implement this library on my esp-idf version, in the goal to create a wireguard client.
Hello, Recently I have implemented this library for the esp32 using freertos. Wireguard tunnel seems to be working and handshakes are also working between peers. But somehow ping is not...
Allows selection of the Cortex assembly implementation in a project without the need to edit crypto.h itself. This should make it easier to incorporate wireguard-lwip into a larger SDK, as...
Hi, Trying to get this to work on an ESP8266 project (while I'm a complete novice which isnt helping) I cant figure out where in the code `wireguard_interface` is defined...