From c6ce36e2f066481a9b19c8ae5e193007bc0a3366 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Sat, 30 Nov 2024 04:00:17 -0500 Subject: [PATCH] Add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f2a326 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Hazelnut + +A semi-prototype of CollabVM 3.0 agent functionality (specifically display). + +Currently NVIDIA-specific; support for DXGI duplication (for post Win7) should be added at some point + +The agent should run on Windows 7 x64 onwards. Lower (or x86) is currently not supported as a target. + +TCP sockets are currently used; this will be replaced with virtio-serial (mediated on top of agent pluggable support) and IVSHMEM. + +This repository contains: + +- The agent. +- A simple server end, written in Rust, which displays the framebuffer (in rather unoptimal fashion, both networking and graphics-wise.). Written for testing only.