android-netdiag Library

Qiniu Network Diagnosis Library for Android

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

com.qiniu
Идентификатор

Идентификатор

android-netdiag
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

android-netdiag Library
Qiniu Network Diagnosis Library for Android
Ссылка на сайт

Ссылка на сайт

https://github.com/qiniu/android-netdiag
Система контроля версий

Система контроля версий

https://github.com/qiniu/android-netdiag

Скачать android-netdiag

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.qiniu/android-netdiag/ -->
<dependency>
    <groupId>com.qiniu</groupId>
    <artifactId>android-netdiag</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.qiniu/android-netdiag/
implementation 'com.qiniu:android-netdiag:0.1.1'
// https://jarcasting.com/artifacts/com.qiniu/android-netdiag/
implementation ("com.qiniu:android-netdiag:0.1.1")
'com.qiniu:android-netdiag:jar:0.1.1'
<dependency org="com.qiniu" name="android-netdiag" rev="0.1.1">
  <artifact name="android-netdiag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qiniu', module='android-netdiag', version='0.1.1')
)
libraryDependencies += "com.qiniu" % "android-netdiag" % "0.1.1"
[com.qiniu/android-netdiag "0.1.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Network Diagnosis for Android

@qiniu on weibo Software License Build Status Latest Stable Version

中文

Summary

Network Diagnosis Library,support Ping/TcpPing/Rtmp/TraceRoute/DNS/external IP/external DNS。

Install

gradle

compile 'com.qiniu:android-netdiag:0.1.1'

Usage

Ping

Ping.start("www.baidu.com", 10, new TestLogger(), new Ping.Callback() {
            @Override
            public void complete(Ping.Result r) {
                ...
            }
        });

TcpPing

TcpPing.start("www.baidu.com", new TestLogger(), new TcpPing.Callback() {
            @Override
            public void complete(TcpPing.Result r) {
                ...
            }
        });

All Unit Test

./gradlew connectedAndroidTest

Faq

Contributing

Please Look atContributing Guide

Contributors

Contact us

  • If you find any bug, please submit issue
  • If you need any feature, please submit issue
  • If you want to contribute, please submit pull request

License

The MIT License (MIT). License.

com.qiniu

Qiniu Cloud

Connect Data, Redefine Value.

Версии библиотеки

Версия
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2