Projects/Snorenotify: Difference between revisions

From KDE TechBase
No edit summary
Line 2: Line 2:
If you need support on how to use Snorenotify you can reach out to the developers using the [https://mail.kde.org/mailman/listinfo/snorenotify mailing list] or IRC joining [irc://irc.freenode.net/snorenotify #Snorenotify] on freenode or using the [http://webchat.freenode.net/?channels=snorenotify Web chat] .
If you need support on how to use Snorenotify you can reach out to the developers using the [https://mail.kde.org/mailman/listinfo/snorenotify mailing list] or IRC joining [irc://irc.freenode.net/snorenotify #Snorenotify] on freenode or using the [http://webchat.freenode.net/?channels=snorenotify Web chat] .


[https://phabricator.kde.org/diffusion/SNORENOTIFY/repository/master/ Repository]
The source code  can be found [https://phabricator.kde.org/diffusion/SNORENOTIFY/repository/master/ here].
 
The current API documentation can be found [http://hannah.von-reth.de/snorenotify/doc/latest/ here].
The current API documentation can be found [http://hannah.von-reth.de/snorenotify/doc/latest/ here].



Revision as of 16:03, 26 January 2016

Support

If you need support on how to use Snorenotify you can reach out to the developers using the mailing list or IRC joining #Snorenotify on freenode or using the Web chat .

The source code can be found here.

The current API documentation can be found here.

Projects using Snorenotify


Backends

Secondary Backends

  • Windows Phone - Toasty
  • Android - Notify my Android
  • Android and IOS - Pushover
  • Playback of sound filles

Screenshots

Windows Toast Notifications

Windows 10

Integrated notifications backend

)

Security

Backends

Basically all backends when used locally (some support forwarding) should be relatively safe.

  • Snore is build in and no information is passed to outside applications.
  • Windows Toast, SnoreToast is a command line application and the information is passed as arguments.
  • Freedesktop, local inter process communication (dbus) is used.
  • Snarl, local inter process communication is used.
  • Growl, local network communication, MD5 encryption is supported.


Secondary Backends