whitequark / rust-vnc

An implementation of VNC protocol, client state machine, a client and a proxy
Apache License 2.0
131 stars 22 forks source link

Recommended server? #12

Open lf94 opened 2 months ago

lf94 commented 2 months ago

So there's no server implementation, but what do you suggest to use? :)

whitequark commented 2 months ago

I would suggest implementing it based on the protocol serialization/deserialization code. I'd have done that but I never had a use case.

lf94 commented 2 months ago

I don't want to implement a server, I'm just looking for a recommended one. I usually use x11vnc or tigervnc

whitequark commented 2 months ago

Those all sound fine--just use whatever you like the most. I don't think it really matters with this library.