← Back to team overview

ubuntu-push-devs team mailing list archive

exploratory work so far

 

I've just pushed up the exploratory work I've gotten so far. You can
get it off of
lp:~chipaca/+junk/shove

It has no authentication, and no bucket creation. Those should be
coming tomorrow.

It's python 3; you'll probably have to install python3-notify2 for it to work.

Once you've checked it out, you can start the push notification server by doing

./shove srv

Start the client-side daemon by doing

./shove cli

Start a fake app by doing

./shove app

Send a message to the push notification daemon by doing

./shove msg hello world


(use --help to get more options, for running the app and client-side
deamon on the phone and the push notification server and messaging on
somewhere else, for example)

Enjoy.


Follow ups