network.hostname: max length of hostname
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues regarding this feature, and didn't find any.
Description
Form the docs: the max length depends on the port (and its tcp/ip stack).
So, without spelunking into each network low-level libraries or make tests on each specific board, we don't know the limit.
Proposal: calling hostname(None) returns the accepted max length of hostname.
Code Size
No response
Implementation
- I intend to implement this feature and would submit a Pull Request if desirable.
I need a support module for a library with camera operation,
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues regarding this feature, and didn't find any.
Description
I need a library with camera operation, which includes camera models such as OV2640, OV5640, OV7725, etc. I hope to have a library that can take photos and obtain video streams. The latest version currently does not have such a library. MicroPython v1.22.2 on 2024-02-22; Generic ESP32 module with ESP32
Code Size
No response
Implementation
- I intend to implement this feature and would submit a Pull Request if desirable.
- I hope the MicroPython maintainers or community will implement this feature.
- I would like to Sponsor development of this feature.