B
B
Bur Ov2020-11-25 22:37:38
PHP
Bur Ov, 2020-11-25 22:37:38

Is it possible to check VNC server status via php?

Good afternoon. Is it possible to find out the status of a VNC server (online/offline) via php?
That is, there is a server, for example: 11.11.11.111:8083 and a password, you need to find out whether it is online or not.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Yuriev, 2020-11-25
@burov0798

You need to implement a connection to the server via sockets
You can peep the implementation of the protocol in php here from line 57 (the connection itself from line 167)
https://github.com/radixcl/phpvnc/blob/master/phpv...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question