# httpreply **Repository Path**: wang-guo-kun/httpreply ## Basic Information - **Project Name**: httpreply - **Description**: unikraft仓库的httpreply移植到tenonOS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Httpreply 移植自Unikraft/app-httpreply,用于简答的网络框架测试 ```shell sudo qemu-system-aarch64 -cpu cortex-a53 -machine virt -kernel ../apps/httpreply/build/httpreply_qemu-arm64 -nographic -device virtio-net-pci,mac=02:b0:b0:4e:71:01,netdev=hostnet0 -netdev user,id=hostnet0,hostfwd=tcp::8123-:8123 ```