Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/