Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/android-receiver
Listen for incoming messages from android-notifier and pass them to a notification application
https://github.com/pbrisbin/android-receiver
Last synced: 2 months ago
JSON representation
Listen for incoming messages from android-notifier and pass them to a notification application
- Host: GitHub
- URL: https://github.com/pbrisbin/android-receiver
- Owner: pbrisbin
- Created: 2011-01-08T16:16:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T22:17:50.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T17:38:53.392Z (3 months ago)
- Language: C
- Homepage:
- Size: 171 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Receiver
Listen for broadcast messages from [android-notifer][]. Display them
using `libnotify`.## Installation
~~~
$ make
$ sudo make install
~~~A PKGBUILD is present for Arch users.
## Usage
Enable "Send with UDP" in android-notifier.
~~~
$ android-receiver
~~~[android-notifer]: http://code.google.com/p/android-notifier/