Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Making my own SC
Making my own SC
Forgive me if this sounds too simplistic. From what I've pieced together, SC is simply UltraVNC stripped down, and zipped up into an EXE with a front end program. I'm assuming the front end simply runs the UltraVNC program. If so, are the stripped-down UltraVNC's commands the same? I'd be curious to see what's passed on the command line. Or, does the front end modify a config file, and then run UltraVNC? I'm interested in making my own front end.
After poking around, I realized this 'front end' program is built into SC. Was hoping it was a separate program, but it looks like if it's run without the helpdesk.txt file, it runs somewhat like normal UltraVNC. I'm writing my own front end now. I started with a simple batch file, passing the parameters I want, and now I'll just write a front end that calls winvnc.exe when needed, with the right parameters. Would be really cool if SC separated the front end from the UltraVNC part, making something like this even easier, and more lean.