Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.4 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.4 KB

Misc

Miscellaneous Java servlets

Returns a green image if IP address is PING'able and returns a red image when it is not PING'able. Use it to add visual indications of device status on web pages. HTML example: <img src="https://pingimage.net?ip=8.8.8.8"> 8.8.8.8<br>

8.8.8.8
8.8.4.4
127.0.0.1
169.254.254.254
169.254.254.253
208.67.222.222
208.67.220.220

Alternate format using request path: https://pingimage.net/cnn.com

Display the time of day in an image. Refreshes every 60 seconds. Used here: http://time0.net

Returns your IP address. Handy for scripting. Used here: http://ip.pla1.net