Skip to content

redjamesg/linconnect-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

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

To remove LinConnect, delete the ~/.linconnect directory.

Client Download

[Alt text] (https://play.google.com/store/apps/details?id=com.willhauck.linconnectclient)

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

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

Packages

No packages published

Languages

  • Python 62.9%
  • Shell 20.0%
  • HTML 17.1%