Menu

Tree [191a04] main /
 History

HTTPS access


File Date Author Commit
 README.md 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 compile.bat 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 pingkeepalive.c 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 pingkeepalive.nsi 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 pingy.ico 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 resource.h 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 resource.rc 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release
 screenshot.png 2021-03-06 Kyle K Kyle K [191a04] PINGKeepAlive_v0.1.exe release

Read Me

PING Keep Alive

a lean and mean Win32 C based background IPv4 pinger, a use case would be to keep problematic WiFi connection alive by periodically pinging the gateway in the background

  • Statically compiled with no runtime dependencies. Very low memory usage around 1 megabyte RAM (and that's GUI with systray icon) and 100KB binary!
  • Program minimizes to system tray on close
  • By default pings the target every 1500ms

Tech

  • PING Keep Alive is written in C and uses native Win32 API
  • Included is a PINGKeepAlive_v0.1.exe installer file in "Releases" section of this github page

gui

License

GPL2