-
Notifications
You must be signed in to change notification settings - Fork 310
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
Any Idea about Implementing WPS Pixiedust to ESP32 Microcontrollers ? they just added the wps registrar. #109
Comments
pixiewps is implemented in C, so it is portable to all platforms. you just need a C compiler and C/POSIX standard library for the target. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@rofl0r i see, so the code needs more than cross compiling to work. |
if the target has only bare metal C library without pthread functionality, you can always use the code from this repo before multithreading was implemented. though we added this to get reasonable speed on desktop systems, so the single thread version could take hours on a small microcontroller. |
@rofl0r oh
|
Added WPS softAP registrar example and events
The text was updated successfully, but these errors were encountered: