ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

Accessing web server when running in QEMU #71

Closed callmephilip closed 2 years ago

callmephilip commented 2 years ago

I was able to get the app to run in QEMU using provided instructions. Is there a way to access HTTP server inside a browser on the host machine?

ivmarkov commented 2 years ago

I guess it is possible, but you have to consult the qemu documentation as there is nothing Rust or ESP-IDF specific in it.