Hi @ all,
where can i found the newest versions of the source code for
the single click (SC/SCII/SCIII) ?
Is there an actual SCIII SSL Version, that works with Win Vista/Win7
with a 'normal' update speed ?
I found only the uvnc source code links to very old distributions.
Thanks for replies.
Best regards,
MicroProz
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
newest Source Code of SC ?
Re: newest Source Code of SC ?
where can i found the newest versions of the source code for
the single click (SC/SCII/SCIII) ?
I believe you'll have to ask Rudi for the SC source code, I don't know of any other place to get it.
Is there an actual SCIII SSL Version, that works with Win Vista/Win7
with a 'normal' update speed ?
My freshly released ChunkVNC 3.3.1 will give you HTTP Proxy, Repeater and Vista/7 "normal" updating speed so you might want to check that out as an SCIII alternative.
the single click (SC/SCII/SCIII) ?
I believe you'll have to ask Rudi for the SC source code, I don't know of any other place to get it.
Is there an actual SCIII SSL Version, that works with Win Vista/Win7
with a 'normal' update speed ?
My freshly released ChunkVNC 3.3.1 will give you HTTP Proxy, Repeater and Vista/7 "normal" updating speed so you might want to check that out as an SCIII alternative.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: newest Source Code of SC ?
Correction:
The source can be downloaded here http://www.uvnc.com/downloads/single-cl ... loads.html
The source can be downloaded here http://www.uvnc.com/downloads/single-cl ... loads.html
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: newest Source Code of SC ?
Thank you supercoe for your reply.
At the download site you posted are only very old sources available.
The newest sources was not at this site.
I have checked your ChunkVNC but i can not found the source codes.
Can you tell me the download link for the sources of the chunkvnc binaries ?
Thank you, for your answer.
Best regards,
MicroProz
At the download site you posted are only very old sources available.
The newest sources was not at this site.
I have checked your ChunkVNC but i can not found the source codes.
Can you tell me the download link for the sources of the chunkvnc binaries ?
Thank you, for your answer.
Best regards,
MicroProz
Re: newest Source Code of SC ?
Chunk's source code is usually in the AU3 AutoIT scripts in the SRC directory (but I've been wrong before).
I do think Rudi posted a link to a newer SC package, at someone's request, maybe a year ago; it's in a forum post here somewhere.
supercoe, isn't your proxy support a different thing from SC Mode III support?
I do think Rudi posted a link to a newer SC package, at someone's request, maybe a year ago; it's in a forum post here somewhere.
supercoe, isn't your proxy support a different thing from SC Mode III support?
Re: newest Source Code of SC ?
ChunkVNC itself is just source code and a compiler. The project essentially compiles itself so if you need to make a change just edit the source and compile again!
B is correct, the AutoIt scripts are located in the SRC directory.
[topic=17163]ChunkVNC Customization FAQ[/topic]
supercoe, isn't your proxy support a different thing from SC Mode III support?
Different, yes but very similar. From what I understand SC Mode III supports HTTP proxies on both the server and viewer side.
ChunkVNC does support HTTP Proxies now but only on the server side for now.
B is correct, the AutoIt scripts are located in the SRC directory.
[topic=17163]ChunkVNC Customization FAQ[/topic]
How do I modify ChunkVNC?
Any text editor will do but I prefer the AutoIt Script Editor SciTE which can be found in the downloads page at http://www.autoitscript.com
The .au3 files in the SRC directory are the scripts that get compiled into Viewer, Compiler and InstantSupport.
supercoe, isn't your proxy support a different thing from SC Mode III support?
Different, yes but very similar. From what I understand SC Mode III supports HTTP proxies on both the server and viewer side.
ChunkVNC does support HTTP Proxies now but only on the server side for now.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: newest Source Code of SC ?
Hmm, I thought Mode III meant the repeater ITSELF was the proxy, rather than supporting a separate proxy, but I never did try getting it running. (I had enough trouble grasping the regular old repeater mode until Chunk came along ).
Re: newest Source Code of SC ?
Thank you for the replies,
the autoit script's i have seen.
But what sources you have used to compile the
winvnc.exe and the vncviewer.exe ?
Best reagrds,
MicroProz
the autoit script's i have seen.
But what sources you have used to compile the
winvnc.exe and the vncviewer.exe ?
Best reagrds,
MicroProz
Re: newest Source Code of SC ?
I had enough trouble grasping the regular old repeater mode until Chunk came along
lol, yea me too. It's been an exciting learning process.
But what sources you have used to compile the winvnc.exe and the vncviewer.exe ?
You can find the UltraVNC source code on the download page.
http://www.uvnc.com/downloads/ultravnc.html
EDIT: Just to be clear, I've never compiled UltraVNC from source. I rely on the already compiled winvnc.exe and viewer.exe. I do however use a resource editor to remove unneeded parts of winvnc.exe to make the package smaller.
lol, yea me too. It's been an exciting learning process.
But what sources you have used to compile the winvnc.exe and the vncviewer.exe ?
You can find the UltraVNC source code on the download page.
http://www.uvnc.com/downloads/ultravnc.html
EDIT: Just to be clear, I've never compiled UltraVNC from source. I rely on the already compiled winvnc.exe and viewer.exe. I do however use a resource editor to remove unneeded parts of winvnc.exe to make the package smaller.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: newest Source Code of SC ?
Thank you for the reply.
Ah ok.
And which versions of the winvnc & vncviewer you are using ?
(With this versions Vista & Win7 is working you wrote).
Which mode you are using with chunkvnc ? I think SCII mode, or ?
Best regards,
MicroProz
Ah ok.
And which versions of the winvnc & vncviewer you are using ?
(With this versions Vista & Win7 is working you wrote).
Which mode you are using with chunkvnc ? I think SCII mode, or ?
Best regards,
MicroProz
Re: newest Source Code of SC ?
And which versions of the winvnc & vncviewer you are using ?
I generally try to update to the latest stable UltraVNC. I've been using 1.0.9.6.1 since ChunkVNC 3.3
Try reading the ChunkVNC change log, FAQ and Installation Guide as it answers questions like this.
Which mode you are using with chunkvnc ? I think SCII mode, or ?
Yes, Repeater mode II.
If you have more questions about ChunkVNC why don't you visit the subform for it as I don't like hijacking the SC portion of the forum.
I generally try to update to the latest stable UltraVNC. I've been using 1.0.9.6.1 since ChunkVNC 3.3
Try reading the ChunkVNC change log, FAQ and Installation Guide as it answers questions like this.
Which mode you are using with chunkvnc ? I think SCII mode, or ?
Yes, Repeater mode II.
If you have more questions about ChunkVNC why don't you visit the subform for it as I don't like hijacking the SC portion of the forum.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!