From 31084608b090b39b735555019365d6668e24ef66 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 8 Aug 2026 22:32:53 +0300 Subject: [PATCH] docs: add Spanish README --- README.es-ES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.es-ES.md 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' +```