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

usocket lack of socket.bind, socket.listen and socket.accept #68

Open
rychong opened this issue Apr 30, 2019 · 3 comments
Open

usocket lack of socket.bind, socket.listen and socket.accept #68

rychong opened this issue Apr 30, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@rychong
Copy link

rychong commented Apr 30, 2019

The usocket in Maixpy lack of functions such as socket.bind, socket.listen and socket.accept, thus Maixpy can't work as a server.
More over, other package like upip etc. is still absense, we hope maixpy can support and integrate more drivers and package.

@Neutree Neutree added the enhancement New feature or request label May 8, 2019
@mchuv
Copy link

mchuv commented Jun 9, 2020

After 1 year (with the 0.5 firmware version), Maixpy still doesn't have support for socket servers, I think like rychong, that it would be a very good new to have this options.
I'm try to create a product using the Maix Dock, and I need to have a small WEB server running in the Maix Dock, this server would show a configuration page, to setup de WIFI SID, password, AND the IP of a server to send data acquired by the MaixPy.

@alessandro-montanari
Copy link

I also need this functionality.
Looking forward to the fix!

@JohnsonLuo-2019
Copy link

JohnsonLuo-2019 commented Mar 30, 2021

MaixPy uses SPI to communicate with ESP32. K210 is SPI master, ESP32 is SPI slave. There is no way for slave ESP32 to interrupt master K210. This is why MaixPy does not implement bind/listen/accept... server functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants