Hello all,
I finally got
notify.io working with the Notify Pro app from the
Android Market, but I think the whole process is very unintuitive:
- Send some notifications from a source
- Grab the .ListenURL file from the Outlets page
- Finally, this is the part I couldn't figure out for a while: you
have to go to the Sources page, click Approve, *and change the output
channel*.
I think approved sources should broadcast to all channels by default,
or what you have to do there should be documented. However, I found
the Channel Inspector very helpful in testing my configuration (but
again, I didn't see any documentation that it existed - I stumbled
upon it by accident).
In other news, I picked up novas0x2a's Python code for listening to a
notify.io channel and sending notifications via libnotify, and updated
it and made it work again. Code is at
http://github.com/nylen/tynio,
and a working Linux client is in docs/libnotify-example.py (provided
that you supply a valid Listen URL).