feat: Improved networking implementation (#1044)

This commit is contained in:
Kroese
2025-10-07 00:58:34 +02:00
committed by GitHub
parent 705c6ce7f1
commit 59cf59faa4
7 changed files with 336 additions and 136 deletions

View File

@@ -15,7 +15,7 @@ page="/run/shm/index.html"
address="/run/shm/qemu.ip"
shutdown="/run/shm/qemu.end"
template="/var/www/index.html"
url="http://127.0.0.1:2210/read?command=10"
url="http://127.0.0.1:$COM_PORT/read?command=10"
resp_err="Guest returned an invalid response:"
curl_err="Failed to connect to guest: curl error"