diff --git a/README.es-ES.md b/README.es-ES.md new file mode 100644 index 0000000..930bdb5 --- /dev/null +++ b/README.es-ES.md @@ -0,0 +1,23 @@ + + +# RemoteLogDemo +Inspirado en [RemoteLogcatViewer](https://github.com/8enet/RemoteLogcatViewer) + +El servidor de este programa puede estar en un servidor de internet externo o en una computadora dentro de la misma red local. + +Utilícelo junto con [log-client](https://github.com/andych008/log-client) y [log-server](https://github.com/andych008/log-server). + +## Principio +[Android RemoteLog (Visualización remota de registros)](https://unclecat.wang/posts/571c1dd7.html) + + +## configurar esta dependencia +-------- + +``` +repositories { + maven { url 'https://dwvip.github.io/repo' } +} + +implementation 'wang.catunclue:wslog:0.1.5' +```