A small Python applicatio to track remote hosts for Windows. It also allows direct connecting to UltraVNC.
Download the packaged Windows executable from here. Run Pinger.exe.
- Download Python
- Download wxPython
- Get source code
git clone https://github.com/bbody/Pinger.git
- Run Pinger.py
Files already have already have example values.
Set UltraVNC path change to directory of UltraVNC exe.
<ultravnc directory="" />
Set ports for UltraVNC, default port is 5900.
<port name = "VNC">
<number>5900</number>
</port>
List of hosts, requiring both an IP address or hostname with a custom name.
<hosts>
<host address="127.0.0.1" name="home" />
</hosts>
- Download P2exe
- Run command in command line
python setup.py install
Alternatively you can download precompiled version P2exe