8000 GitHub - lucas-deangelis/manduco
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lucas-deangelis/manduco

Repository files navigation

Manduco

yeah you know who this is
it's your one and only manduco in da house!

manduco the ripper.

Usage

Server:

$ cd server
$ go build
$ ./server

Client:

$ cd client
$ go build
$ ./client <path-to-png-image>

Usage between two different computers

Use a ssh tunnel from client to server:

ssh -L 1234:localhost:1234 user@server_ip

Add tracing on the client/server

Use go build -tags trace instead of go build when building the client/server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0