Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -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'
```