Skip to content
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

esp8266 variant? #7

Open
luciandf opened this issue Oct 29, 2021 · 4 comments
Open

esp8266 variant? #7

luciandf opened this issue Oct 29, 2021 · 4 comments

Comments

@luciandf
Copy link

hello,

I have just found your project and it looks really interesting. I was wondering if it works on esp8266 or it is meant only for the esp32 boards?

cheers

@ciniml
Copy link
Owner

ciniml commented Oct 29, 2021

This is the ported version of the original lwIP WireGuard implementation for MCUs supported by ESP-IDF.
And the framework for ESP8266 (ESP8266 RTOS SDK) and ESP-IDF have a lot of differences, I think.

So, currently I do not have any plan to port this to ESP8266 because ESP32-C3, which supported by ESP-IDF, is released for replacement of ESP8266.

@future-devops
Copy link

If you compile with platformio using vscode, it works on esp8266. I tested the wireguard connection on my nodemcu esp8266. However, when it wants to compile on the arduino ide, it cannot import the freertos resources. There is a problem in that part.

@fkoteam
Copy link

fkoteam commented Apr 15, 2022

I have the same freertos error on platformio

@rjjrbatarao
Copy link

I've ported wireguard to arduino ide that both works on esp32 and esp8266 https://github.com/rjjrbatarao/ESP_WIREGUARD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants