Skip to content

adafruit_esp32spi_socketpool as no attribut bind and accept #219

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

Closed
dhugoexe opened this issue Feb 27, 2025 · 1 comment
Closed

adafruit_esp32spi_socketpool as no attribut bind and accept #219

dhugoexe opened this issue Feb 27, 2025 · 1 comment

Comments

@dhugoexe
Copy link

Why adafruit_esp32spi_socketpool haven't following attribute:

  • bind
  • accept
  • listen

Like other Socketpool for wifi inboard module or Wiznet5k ?
Any specific reasons ?
Thanks in advance

@anecdata
Copy link
Member

anecdata commented Feb 27, 2025

ESP32SPI was designed to drive the NINA firmware on the ESP32 in wifi co-processor configurations. The NINA firmware, originally written by Arduino, uses the Arduino networking model, which does not directly expose these socket functions.

However, there is a current effort to implement these functions to improve compatibility with the CPython socket model:
#218

See also this issue:
#203

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

2 participants