Skip to content

harishpillay/linconnect-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linconnect-server

Mirror Android notifications on a Linux desktop.

LinConnect Client: https://github.com/hauckwill/linconnect-client/

Introduction

LinConnect is a project to mirror all Android notifications on a Linux desktop using LibNotify.

Please note that this is my first time using Python (though I do have experience in other languages), so the code may still be messy. It's a WIP.

Installation

Requirements

  • python2
  • python-pip
  • python-gobject
  • libavahi-compat-libdnssd1
  • cherrypy (python package)
  • pybonjour (python package)

Running

Simply run linconnect_server.py to start the server, then start the Android application. The Android application will detect the server and display it in the server list. Selecting it will send a test notification to the server.

Simple Setup (tested on Ubuntu 13.10)

Enter the following command into a console to install the server, set it to autostart, and run LinConnect. The server will be automatically updated daily.

$ wget --quiet https://raw.github.com/hauckwill/linconnect-server/master/LinConnectServer/install.sh; \
chmod +x install.sh; \
./install.sh

Client Download

alt text

A binary of the client may be downloaded from the Google Play Store.

https://play.google.com/store/apps/details?id=com.willhauck.linconnectclient

About

Mirror Android notifications on a Linux desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published