Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PinX 1.02.zip | 2019-01-15 | 16.9 kB | |
readme.txt | 2019-01-15 | 1.1 kB | |
Totals: 2 Items | 18.0 kB | 0 |
PinX is a Java Application used to monitor network connections. It pings specified network addresses every few seconds and displays the results in a GUI. Installation instructions: 1. Unzip file wherever you want to. 2. Open "connections.config" in a text editor and add IP-addresses and descriptions of the connections you want to monitor. Formatting has to be as follows: IP-address1;description1; IP-address2;description2; IP-addressn;descriptionn; 3. Compile PinX.java and run. PinX 1.02 Release Notes - added colour to the status label: 0.0% = green text, >=1.0% = red text - added tooltips displaying the checked IP - removed the error count from the standard GUI and added it to a tooltip - fixed a critical bug that caused the application to crash - fixed a bug where the status trend was not being displayed correctly - added percentage to the status history for better interpretation of results PinX 1.01 Release Notes - added icons displaying the trend in which the status history is moving - added support for Unix systems