An RFB proxy, written in go that can save and replay FBS files
Go to file
betzalel 18bef62b79 * some debugging and fixing in the proxy (still needs some work)
* added a logger and stringers for message types
2017-07-11 16:50:06 +03:00
.idea * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
.vscode * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
client * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
common * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
encodings * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
logger * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
proxy * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
server * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
tee-listeners * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
.gitignore added *.test to gitignore 2017-07-09 09:55:45 +03:00
LICENSE added RfbReaderHelper which wraps the connection reader and allows to add listeners like the recorder or proxy 2017-06-17 11:02:06 +03:00
main.go * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
README.md added RfbReaderHelper which wraps the connection reader and allows to add listeners like the recorder or proxy 2017-06-17 11:02:06 +03:00
todo.md created proxy and listeners to connect recorder and server-client cross writing 2017-07-09 09:51:17 +03:00
vncproxy.iml Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00

VncProxy

A RFB proxy, written in go that can save and replay RBS files

Still a work in progress, but the client side already includes all the required encodings understanding the RemoteFrameBuffer protocol is important since we need to save the frameResponses with timestamps

some server code will be added shortly, with the proxying logics.