Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to check if UltraVNC's port is open without receiving an error #196

Closed
panreyes opened this issue Jun 26, 2024 · 4 comments
Closed

How to check if UltraVNC's port is open without receiving an error #196

panreyes opened this issue Jun 26, 2024 · 4 comments

Comments

@panreyes
Copy link
Contributor

I would like to check remotely if UltraVNC Viewer listener port is open without triggering any errors, like this one:
image

Is there a way to do that?

@Neustradamus Neustradamus added the Rudi Rudi answer is needed label Jun 27, 2024
@RudiDeVos
Copy link
Member

If it is for checking is the pc is online and vnc is running you can use the echo port.
From 1.5.0.0 UltraVNC server has a echo udp port on the tcp vnc port.

@panreyes
Copy link
Contributor Author

That works for winvnc, but not for vncviewer, right? In any case, I would like to avoid having 2 ports forwarded in the router.

I think I can solve it with an option that will just disable throwing the error "End of Stream", and with the "No status" option will be good enough for my case. I'll send a PR if I manage to make it good enough.

@RudiDeVos
Copy link
Member

Uups sorry, the viewer generate that popup and require code change to fix

@panreyes
Copy link
Contributor Author

panreyes commented Jul 7, 2024

Solved by PR #199 ! 🥳

@panreyes panreyes closed this as completed Jul 7, 2024
@Neustradamus Neustradamus removed the Rudi Rudi answer is needed label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants