NextTraceroute is a root-free Android route tracing application that defaults to using the NextTrace API.
NextTraceroute,一款默认使用NextTrace API的免root安卓版路由跟踪应用。
Enter target address (IPv4, IPv6, Hostname and URL), press run, and enjoy!
支持IPv4、IPv6、域名输入和URL提取域名,点击运行。
The following are all the social media and contact methods of the main maintainer of this project:
以下为本项目主要维护者的所有社交媒体及联系方式:
-
Q: Why does the app return "IPv4 and IPv6 native ping failed! Using linux api instead. (Unstable)"?
问:为什么程序返回“IPv4 and IPv6 native ping failed! Using linux api instead. (Unstable)”
A: By default, user space Android programs are not allowed to use raw sockets. This program currently uses the ping and ping6 programs in the Linux system. This alert means that your Android device does not support the system's native ping and ping6 programs; therefore, this application cannot be used at this time. A root-free route tracing feature based on the Linux API is still under development.
答:默认情况下,用户空间的安卓程序不允许使用原始套接字。本程序目前使用Linux系统自带的ping和ping6程序,这个警告表明您的安卓设备不支持系统原生的ping和ping6程序,因此目前无法使用该程序。基于Linux API的免root路由追踪功能仍在开发中。
-
Q: Why do some anti malware programs report this application as a virus (e.g. Android:Evo-gen [Trj])?
问:为什么有的杀毒软件报告本应用是病毒?(例如:Android:Evo-gen [Trj])?
A: This could be a false alarm by automatic scans. And we have reported this to related anti malware providers. Please ensure that your virus database is updated to the latest version. Only the binary software download methods mentioned on this GitHub page are officially released by the author. Please be cautious of this software from other sources.
答:这可能是自动扫描的误报。我们已经向相关的反恶意软件提供商报告了这个问题,请确保您的病毒库更新到最新版本。只有此GitHub页面提到的二进制软件下载方法才是作者发布的,请小心其他来源的此软件。
-
Q: Why are there no geographical locations displayed?
问:为什么地理位置没显示?
A: If error messages like "Too many requests" are displayed, try again later due to server rate limiting. If there are no error messages, try changing your DNS server, or switching the DNS mode to DoH in the settings.
答:如果显示"Too many requests"就过一会再试,服务器有速率限制。如果没有错误信息就在设置里更换DNS服务器,或把DNS模式改为DoH.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program [here](./LICENSE). If not, see <https://www.gnu.org/licenses/>.
Disclaimer: The NextTrace API (hosted at nxtrace.org) used by default in this program is not managed by the program's developer.
We do not guarantee the performance, accuracy, or any other aspect of the NextTrace API,
nor do we endorse, approve, or guarantee the results returned by the NextTrace API.
Users may customize the API server address themselves.
This project uses the libraries listed below. Detailed information can be found in the LICENSE file of this project.
The "dnsjava" library is licensed under the BSD 3-Clause License.
The "seancfoley/IPAddress" library is licensed under the Apache 2.0 License.
The "square/okhttp" library is licensed under the Apache 2.0 License.
The "gson" library is licensed under the Apache 2.0 License.
The "slf4j-android" library is licensed under the MIT License.
The "androidx" library is licensed under the Apache 2.0 License.
The "Compose Color Picker" library is licensed under the MIT License.