Skip to content

erinaceous/linconnect-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linconnect-server

Mirror Android notifications on a Linux desktop.

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

Until the source code is released, 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