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

Any Idea about Implementing WPS Pixiedust to ESP32 Microcontrollers ? they just added the wps registrar. #109

Open
minanagehsalalma opened this issue Mar 13, 2023 · 5 comments

Comments

@minanagehsalalma
Copy link

Added WPS softAP registrar example and events

@rofl0r
Copy link
Collaborator

rofl0r commented Mar 13, 2023

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.

@Titanpharoo

This comment was marked as off-topic.

@minanagehsalalma
Copy link
Author

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.

@rofl0r i see, so the code needs more than cross compiling to work.

@rofl0r
Copy link
Collaborator

rofl0r commented Mar 19, 2023

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.

@minanagehsalalma
Copy link
Author

minanagehsalalma commented Mar 19, 2023

so the single thread version could take hours on a small microcontroller.

@rofl0r oh
the specs on this one are

Xtensa® Dual-Core 32-bit LX6 Microprocessor with clock frequency up to 240 MHz.
520 KB of SRAM, 448 KB of ROM and 16 KB of RTC SRAM.

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

3 participants