remote-tcp-logger

The Status of the lib:

How to use this lib in your project:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Add to your app module build.gradle

dependencies {
        implementation 'com.github.AlexDeww:nio-socket-tcp-client:4.2.4'
        implementation 'com.github.AlexDeww:remote-tcp-logger:1.1.1'
}

require dependencies

  • NIO Socket TCP Client 4.2.4