The usual route was blocked.
The need was direct: reach a personal machine from a restricted environment. Existing tools were not always available or shaped for the exact job.
A web-accessible personal remote-control utility that sends view updates and turns browser keyboard or click input into commands on a home computer.
A personal route to a home computer from places where the normal remote-control options were inconvenient, unavailable, or poorly matched to the constraints.
The need was direct: reach a personal machine from a restricted environment. Existing tools were not always available or shaped for the exact job.
A custom service sends PNG snapshots from the host and accepts keyboard plus click input through an API, then translates those inputs into PyAutoGUI commands.
The daemon connected web UI, backend routing, input handling, image transport, and automation. The real work was making the whole route dependable enough for regular use.
The route loops: receive a compressed view, send a deliberate input, translate it on the host, and return the next view.
Other projects tied together with small APIs, automation, and direct control surfaces.