MicroPython and Wireguard #15966
Answered
by
Josverl
moferreira
asked this question in
ESP32
|
Does MicroPython implements Wireguard? If so, can you share how to configure it? |
Answered by
Josverl
Oct 6, 2024
Replies: 3 comments 1 reply
|
Looks like it does not: https://forum.micropython.org/viewtopic.php?t=7569 |
0 replies
|
Wireguard by design needs a basic OS and IP stack. But not aware of integration of that with micropython |
1 reply
Answer selected by
jonnor
|
Here is a possible solution with an embedded PC: https://milkv.io/duo |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wireguard by design needs a basic OS and IP stack.
There is a project to run it on esp32 RTOS https://github.com/trombik/esp_wireguard
But not aware of integration of that with micropython