This is a standalone application serving as the slave device for esp_wifi_remote
users (with eppp
RPC).
You need to configure and connect a slave device to the esp_wifi_remote
host and run this application. Please fallow carefully these guidelines on HW connection and configuration of the slave device, based on the host device.
We currently support only UART
transport you just need to connect Rx, Tx and GND and configure these fields accordingly:
You will have to install server side certificates and keys, as well as the CA which should verify the client side. Please configure these options:
To create a project from this example, run:
idf.py create-project-from-example "espressif/esp_wifi_remote=0.4.1:server"