-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Chinese readme; improved prompt for macOS users.
- Loading branch information
Showing
12 changed files
with
180 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<div align="center"> | ||
|
||
<img src="https://github.com/nxtrace/Ntrace-core/raw/main/asset/logo.png" height="200px" alt="Logo"/> | ||
|
||
</div> | ||
|
||
## OpenTrace | ||
|
||
OpenTrace is a cross-platform GUI wrapper for NextTrace. Bringing you a sense of familiarity. | ||
|
||
You need a working **NextTrace V1** (>= 1.1.7) executable to use this. | ||
|
||
### Features | ||
|
||
- [x] Cross-platform native GUI (Windows WPF / Linux GTK / macOS) | ||
|
||
- [x] An interface you are familiar with, but with even more powerful functionalities | ||
|
||
- [x] User-friendly GUI and easy-to-understand parameter descriptions | ||
|
||
- [x] MTR (My Traceroute) functionality | ||
|
||
- [x] Multi-language support | ||
|
||
More is coming... [Feature request](https://github.com/Archeb/opentrace/issues/new/choose) is welcome! | ||
|
||
### Usage | ||
|
||
- Download OpenTrace from [releases](https://github.com/Archeb/opentrace/releases) or build your own binary. | ||
|
||
- Follow the instruction to install [NextTrace V1](https://github.com/nxtrace/Ntrace-V1/releases): Download the latest release from [here](https://github.com/nxtrace/Ntrace-V1/releases), and place it in either the same directory as the OpenTrace executable or a directory included in your system's PATH environment variable. You can also put it anywhere and specify the path manually (recommended for macOS users). | ||
|
||
- Run OpenTrace(.exe) | ||
|
||
### Images | ||
|
||
![Windows](https://github.com/Archeb/opentrace/assets/11910831/510b61a2-712e-4d83-ae94-f396862e68df) | ||
![MTR on Linux](https://i.imgur.com/MxSHIcU.png) | ||
![macOS](https://i.imgur.com/brB08tl.png) | ||
![Preferences on macOS](https://i.imgur.com/X0L6c6S.png) |