Add README
This commit is contained in:
parent
af557a0dba
commit
c6ce36e2f0
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue