csnet
|
Do the following steps to run the ESP32 client:
spiffs_partition
and adapt the destination IP and IA in main/main.c
, depending on the AS you use to run the server (See SCION Test Setup).idf.py set-target esp32s3
(make sure that the environment variables are set, see Step 4 of the ESP-IDF installation)idf.py menuconfig
and under Example Connection Configuration
unselect Get ssid and password from stdin
, select Provide wifi connect commands
and type in your WiFi ssid and password.idf.py build
idf.py -p <Port on which the ESP32 is connected> -b 460800 flash
idf.py -p <Port on which the ESP32 is connected> -b 115200 monitor
. To exit, hit Ctrl + T
and then Ctrl + X
.