-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show when link has dropped? #10
Comments
Hello! Do you use FreeRTOS+LWIP to implement Wireguard on STM32F407? Can you share your project? |
Sorry I do not use an RTOS, I prefer being in control of my code ;) |
thanks! |
Set it up and my WG implementation is in the attached ZIP file, hope it is of some use! I also got it working with ESP32 static void wireguard_setup()
// peer.allowed_ip = IPADDR4_INIT_BYTES(0, 0, 0, 0);
// peer.endpoint_ip = IPADDR4_INIT_BYTES(10, 0, 0, 12);
|
Looks like the paste got a bit screwed! |
|
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 ciniml/WireGuard-ESP32-Arduino
Thanks
Andy.
The text was updated successfully, but these errors were encountered: