novnc / websockify-other

Assorted ports of websockify code to other languages
GNU Lesser General Public License v3.0
45 stars 40 forks source link

Glitches using websockify-c #26

Open ddyer0 opened 9 months ago

ddyer0 commented 9 months ago

I used websockify c as a testbed, but there were a couple glitches.

SSL seems to be unsupported but there's some code that tries to link to it.

There are several chuncks of code that expect the payload of messages to be encoded with base64, but that doesn't seem to be a thing. I nuked the thoughts of base64.

There might have been a few other tweaks. If anyone is paying attention to this, I"ll work with you to provide a satisfactory pull request.

CendioOssman commented 9 months ago

Nothing in this repo is maintained, unfortunately. The code is also rather old, mostly from before WebSockets were fully standardised.

If you want to make some improvements to the code, then feel free to open pull requests.