StickmanVirus is a cloud-based remote desktop streaming system built in Python. A central Windows VM in the cloud captures its screen and broadcasts it to connected clients in real time using delta compression.
Download the standalone client. No installation required — just double-click and connect.
| Port | Protocol | Purpose |
| 5000 | TCP | Video stream — broadcast to all viewers |
| 5001 | TCP | Game control (WASD + Space) |
| 5002 | UDP | Dot server — local only, not exposed |
| 5003 | TCP | Full keyboard and mouse passthrough |
Each frame is compared pixel-by-pixel to the previous. Only changed rectangles are JPEG-encoded and sent as patches. A full keyframe is sent every 3 seconds or when more than 25% of the screen changes at once.