https://github.com/dowscope/pinglog
https://github.com/dowscope/pinglog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dowscope/pinglog
- Owner: Dowscope
- License: mit
- Created: 2022-11-13T19:28:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T21:11:15.000Z (over 2 years ago)
- Last Synced: 2025-01-14T12:29:04.632Z (3 months ago)
- Language: C#
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PingLogger
This program was designed to run the PING command for a given IP ADDRESS. It will notice a change in the request and start two other commands; IFCONFIG and NETSH.
``` IPCONFIG /all ```
and
``` NETSH wlan show interfaces ```## To Run
Download and open solution in Visual Studio. Build and generate the EXE file.## Change Log
V1.0.0 - Application created
v1.1.0 - Removed the second window and combined the main app to show both displays.