Skip to content

Commit

Permalink
update readme and version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshew authored Dec 21, 2020
1 parent cd9451a commit edea496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Contrac monitors your Internet Service Provider and generates a log of down time

![](contrac.png?raw=true)

The tracker pings Google, Cloudflare, and Cisco to determine connectivity. The app is a single file .exe. It has embedded resources, tray notifications, and supports window minimization to the tray area.
The tracker pings Cloudflare, Cisco OpenDNS, Google, and Quad9 to determine connectivity. No service is pinged more than once per second.

The app is a single file .exe with has embedded resources, tray notifications, and supports minimization to the tray area. It is packaged as an MSIX to enable easy installation and clean up.

## Installation

Copy the latest release of the exe to your computer from here
Copy the latest release of the .msix or .exe to your computer from here

https://github.com/johnshew/contrac/releases

Since Contrac automatically writes to the log files every 5 minutes it is good to put the exe in the directory you want the logs to go.

## Notes

This was an interesting first project to learn Rust. Thanks to [Gabriel Dube](https://github.com/gabdube) for creating native-windows-gui, a nice toolkit for small native Win32 apps.
Expand Down
2 changes: 1 addition & 1 deletion embed_resources.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</trustInfo>

<assemblyIdentity
version="1.2.3.4"
version="1.6.0.0"
processorArchitecture="*"
name="CompanyName.ProductName.YourApplication"
type="win32"
Expand Down

0 comments on commit edea496

Please sign in to comment.