We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A generic TLS socket connection via the N: device handler would be useful to access Gemini server
https://en.wikipedia.org/wiki/Gemini_(protocol)
I'm working on an Gemini server for the ABBUC webpage contents and would like to create a Atari 8bit Gemini Browser
The text was updated successfully, but these errors were encountered:
ESP-IDF does indeed have an API for accessing TLS wrapped sockets: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_tls.html
And I did attempt to start on this in May 2021, but got stuck. https://www.esp32.com/viewtopic.php?f=13&t=20773
Does anyone want to take a whack at this?
-Thom
Sorry, something went wrong.
No branches or pull requests
A generic TLS socket connection via the N: device handler would be useful to access Gemini server
https://en.wikipedia.org/wiki/Gemini_(protocol)
I'm working on an Gemini server for the ABBUC webpage contents and would like to create a Atari 8bit Gemini Browser
The text was updated successfully, but these errors were encountered: