kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
648 stars 38 forks source link

Http Support for CYW43 Module #562

Closed AcousticTypewriter closed 1 year ago

AcousticTypewriter commented 1 year ago

Hey there,

Thanks for the great work on this project. Kaluma is fantastic.

I've been trying to implement contacting a server with a Pico W, and I couldn't figure out why it wasn't working until I found that the docs say that there's only TCP implementation for the CYW43 network device driver (found in docs at bottom of page here https://kalumajs.org/docs/api/cyw43). I was wondering if HTTP support is part of the roadmap or what documents I should reference for implementing support for it

Thanks so much

communix commented 1 year ago

@AcousticTypewriter Thank you for using Kaluma. The basic function of the http server is working now but it has some issue now. I'm trying to fix the issue. Please check the update in #557. you can find the test FW in there. I'll let you know once I fix the http issues.

communix commented 1 year ago

Duplicated issue #570