Mbed TLS server

Hi everyone,

I would like to set up a webserver based on the MbedTLS. I use the ssl_server2 example as reference (mbedtls/ssl_server2.c at development · Mbed-TLS/mbedtls · GitHub).
I want to use the pre-shared-key methode.
How I have to configure the example and which code samples are really necessary/crucial for me.

Thanks for your tips and help!

Hi @durun - did you manage to get this running?