GitXplorerGitXplorer
m

devdrawserver

public
23 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
9a0cae0970bb9d1990a8b997e519b986f84f5571

LICENSE

mmariusae committed 9 years ago
Unverified
9dc24178209988df53787e5088fd42a2e1034e61

add .hgignore

mmariusae committed 12 years ago
Unverified
633a21ca69621c39e0c3e76f0b3ed64a84074f00

server/dial: exit on eof.

mmariusae committed 12 years ago
Unverified
e5081d04460c7a95ba08044cca535f7c31597a60

devdrawserver README

mmariusae committed 12 years ago
Unverified
d0422ec34c8ca1f4f6bb3d9cfbd7491a73ac702e

devdrawserver: first draft

mmariusae committed 12 years ago

README

The README file for this repository.

DEVDRAW

Devdrawserver is a client-server devdraw[1]. It allows for later attachment, so it can easily be run on a remote machine, proxying the draw calls to a local devdraw.

On a remote machine:

remote% DEVDRAW=devdrawserver acme

and locally:

% dialdevdraw 'ssh remote dial -e unix!/tmp/devdrawserver'

This is still work in progress, but it's fully functional.

BUGS

Wouldn't be needed at all if devdraw was a real file server.

[1] http://swtch.com/plan9port/man/man1/devdraw.html