wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
384 stars 40 forks source link

Is there a way to emulate cyw43 using nodejs? #134

Open pguyot opened 10 months ago

pguyot commented 10 months ago

I'm using rp2040js for CI and noticed cyw43 is supported on wokwi.com. Is there a way the cyw43 emulation could be used to properly test networking code within CI?

urish commented 10 months ago

Hi Paul,

Is this for testing AtomVM ?

The cyw43 is still in beta, and the source code for the cyw43 is not public. You can try using Wokwi CI which uses the same engine as Wokwi.com, so it'll also allow testing on ESP32 / select STM32 targets.