https://github.com/toshokan/notifypigeon-desktop-java
Listens for notification information on a TCP/IP socket
https://github.com/toshokan/notifypigeon-desktop-java
android java java-gnome libnotify notifications
Last synced: 5 months ago
JSON representation
Listens for notification information on a TCP/IP socket
- Host: GitHub
- URL: https://github.com/toshokan/notifypigeon-desktop-java
- Owner: toshokan
- License: gpl-3.0
- Created: 2017-03-28T04:27:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T04:51:21.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T16:19:04.698Z (about 1 year ago)
- Topics: android, java, java-gnome, libnotify, notifications
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notifypigeon-desktop-java
NotifyPigeon-Desktop-java is a simple Java application that listens for notification information on a TCP/IP socket. It expects data in the format sent by NotifyPigeon-android, and is designed to be used together with it. It currently supports displaying notifications through libnotify and recalling notifications that have been dismissed on the Android device. *It also requires gnome-java to build.* You might want to change the path to gnome-java in compile.sh if it is located somewhere else.
It is still very primitive and only works with data sent over your network in plain text.