adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

Implement AT+CIPSERVER for creating a TCP/SSL Server #68

Open Meowlan opened 1 year ago

Meowlan commented 1 year ago

A wrapper for the AT+CIPSERVER would be nice for easy tcp/ssl server creation.

might also be nice to easily receive incoming tcp/ssl requests.

Refrence