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? |
Beta Was this translation helpful? Give feedback.
Answered by
Josverl
Oct 6, 2024
Replies: 2 comments
-
Looks like it does not: https://forum.micropython.org/viewtopic.php?t=7569 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wireguard by design needs a basic OS and IP stack. But not aware of integration of that with micropython |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonnor
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