Open minanagehsalalma opened 1 year ago
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.
May b yes may b noCheck about services first and it's mikanezm every fucken system renew itself now a days it's great target for all I hope it goes in its right way otherwise we fuck ourselves baaayoooooooOn Mar 13, 2023 8:11 PM, rofl0r @.***> wrote: 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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
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.
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.
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.
Added WPS softAP registrar example and events