Projects/Snorenotify: Difference between revisions

From KDE TechBase
No edit summary
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Backends
= Support =
- [[Windows Toast Notifications|Windows-Toast-Notification]]
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] .


- OSX Notification Center
The current API documentation can be found [http://api.kde.org/playground-api/libs-apidocs/snorenotify/html/index.html here].


- Free Desktop Notifications


- Growl


- Snarl
= Backends =


- [[Integrated notifications|Integrated-Notification-Backend]]
* [[Projects/Snorenotify/Windows-Toast-Notification | Windows Toast Notification]]
* OSX Notification Center
* Free Desktop Notifications
* Growl
* Snarl
* [[Projects/Snorenotify/Integrated-Notification-Backend | Integrated Notification Backend]]
* System Tray


- System Tray
= Secondary Backends =


# Secondary Backends
* Windows Phone - Toasty
* Android - Notify my Android
* Android and IOS - Pushover
* Playback of sound filles


- Windows Phone - Toasty
= Screenshots =
- Android - Notify my Android
== Windows Toast Notifications ==
- Android and IOS - Pushover
=== Windows 10 ===
- Playback of sound filles
[[File:Windows-toast-win10.png |800px|thumb|left]]


# Screenshots
== Integrated notifications backend ==
## Windows Toast Notifications
[[File:Snore-Integrated-notifications-backend-win10.png |800px|thumb|left]])
### Windows 10
[![Windows 10](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)


## Integrated notifications backend
= Security =
[![Integrated notifications backend](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)
== Backends ==
 
# Security
## Backends
Basically all backends when used locally (some support forwarding) should be relatively safe.
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.
* 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.
* Windows Toast, SnoreToast is a command line application and the information is passed as arguments.
- Freedesktop, local inter process communication (dbus) is used.
* Freedesktop, local inter process communication (dbus) is used.
- Snarl, local inter process communication is used.
* Snarl, local inter process communication is used.
- Growl, local network communication, [MD5 encryption is supported](http://www.growlforwindows.com/gfw/help/gntp.aspx#security).  
* Growl, local network communication, [http://www.growlforwindows.com/gfw/help/gntp.aspx#security MD5 encryption is supported].  
 
 


## Secondary Backends


- Toasty is **UNSAFE**, it is using http to communicate with a server.


- Notify My Android is using https to communicate. [Notify My Android Privacy](http://notifymyandroid.com/privacy.jsp)
== Secondary Backends ==


- Pushover is using https to communicate. [Pushover Security](https://pushover.net/faq#security)
* Toasty is '''UNSAFE''', it is using http to communicate with a server.
* Notify My Android is using https to communicate. [http://notifymyandroid.com/privacy.jsp Notify My Android Privacy]
* Pushover is using https to communicate. [https://pushover.net/faq#security Pushover Security ]

Revision as of 14:46, 24 August 2015

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 current API documentation can be found here.


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