Logcat to UDP: moved to github, cleanup

This commit is contained in:
Daniel Martí 2015-08-27 12:06:25 -07:00
parent 43ad1b5da0
commit e3a08ec814

View file

@ -1,29 +1,32 @@
Categories:System Categories:System
License:Apache2 License:Apache2
Web Site:https://code.google.com/p/logcatudp Web Site:
Source Code:https://code.google.com/p/logcatudp/source Source Code:https://github.com/Chemik/logcatudp
Issue Tracker: Issue Tracker:https://github.com/Chemik/logcatudp/issues
Auto Name:Logcat to UDP Auto Name:Logcat to UDP
Summary:Wireless logging Summary:Wireless logging
Description: Description:
N.B. This probably won't work on Android 4.1+. N.B. This probably won't work on Android 4.1+.
Simple tool for android development that sends a log to UDP port or share it via email, bluetooth, etc. Simple tool for android development that sends a log to UDP port or share it
Background service is collecting logs and sending them to destination IP and UDP port. You can send logs to desktop computer through home wifi network, or to server with public IP or cname. via email, bluetooth, etc.
Background service is collecting logs and sending them to destination IP and
UDP port. You can send logs to desktop computer through home wifi network, or
to server with public IP or cname.
To listen logs use this python script https://code.google.com/p/logcatudp/source/browse/test/listener.py To listen logs use this python script: https://code.google.com/p/logcatudp/source/browse/test/listener.py
Example:
$ ./listener.py 192.168.1.10 10009 Example: ./listener.py 192.168.1.10 10009
You can also use your desktop syslog server to receive logs. You can also use your desktop syslog server to receive logs.
. .
Repo Type:hg Repo Type:git
Repo:https://code.google.com/p/logcatudp Repo:https://github.com/Chemik/logcatudp
Build:0.5,5 Build:0.5,5
commit=235851 commit=567a570bfa74f3d3a
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest