[ANN] go-vnc: Feature complete client library for the VNC protocol (RFC 6143)

952 views
Skip to first unread message

Mitchell Hashimoto

unread,
Jun 5, 2013, 4:02:59 PM6/5/13
to golan...@googlegroups.com
Hello,

I just completed and pushed go-vnc, a client library for VNC (RFB protocol) for Go. It implements the client side of RFC 6143 completely. It embraces Go's interfaces, allowing you to add new pixel encodings, support for new server messages, and more just by implementing an interface and modifying the configuration when connecting to a VNC server.


Best,
Mitchell

Brad Fitzpatrick

unread,
Jun 5, 2013, 4:47:37 PM6/5/13
to Mitchell Hashimoto, golang-nuts
Cool.

On the other side, I wrote a Go VNC server library: https://github.com/bradfitz/rfbgo



--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Mitchell Hashimoto

unread,
Jun 5, 2013, 4:55:00 PM6/5/13
to Brad Fitzpatrick, golang-nuts
Brad,

Thanks! I saw that. I'm actually hoping to add server capabilities into this one as well. Except... I need a VNC client for the work I'm doing, but don't need a server. So the client was built out of necessity. I want to add the server for completeness, to match it up with other "net/*" style libraries in Go.

Will post if I do that.

Best,
Mitchell
Reply all
Reply to author
Forward
0 new messages