Carglglz

Results 42 comments of Carglglz

@jonfoster you may be interested in #633, see the [README](https://github.com/Carglglz/micropython-lib/tree/certifi/micropython/certificates)

@wohltat your test does not do what you think is doing e.g. ```py # allocate and prepare fixed block of data to be sent b = bytearray(10_000) for k in...

> Your are right with the size of the bytearray, but the first 10_000 bytes stay the same so i can't see how this influences the test. Because at some...

The websockets implementation is based on https://github.com/danni/uwebsockets ,so it may be interesting to test that and see if it breaks too. Using Wireshark may help 🤔, and something like [iperf3](https://github.com/micropython/micropython-lib/tree/master/python-ecosys/iperf3)...

> As i understand it OSError is not from micropython but the Espressif IDF. Is this maybe some kind of connection-alive-checking mechanism that could be turned of? I've tried to...

@wohltat my conclusion is that after https://github.com/micropython/micropython/pull/13219 and https://github.com/micropython/micropython/pull/12141 (see e.g. https://github.com/micropython/micropython/pull/12141#issuecomment-1670418514) this has become more relevant > [Why Buffer Configuration Is Important](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/wifi.html#why-buffer-configuration-is-important) In order to get a high-performance system,...

@felixdoerre this could be a good opportunity to add SSL support to WebREPL using `SSLContext` see https://github.com/micropython/micropython/pull/5611#issuecomment-1314686679 👍🏼

@dlech is right, and here are the specs: (see also https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/uuids/) ``` Descriptor Metadata: Descriptor: Characteristic Presentation Format - NAME: Characteristic Presentation Format - ABSTRACT: The Characteristic Presentation Format descriptor...