Skip to content

Commit

Permalink
chore(readme): update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Dec 14, 2019
1 parent 036f142 commit 74e7bbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ AirNotifier is a user friendly yet powerful application server for sending real-


## Hosted AirNotifier Service
If you need hosted AirNotifier Service to integrate with the most popular open source learning management system, please email [[email protected]](mailto:[email protected]). We have a range of hosting options :)
If you are interested in managed AirNotifier server to integrate with the most popular open source learning management system, please email [[email protected]](mailto:[email protected]). We have a range of hosting options :)


## Supported devices
- iPhone/iPad devices ([APNS](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html) protocol)
- Android devices and chrome browser ([FCM](https://firebase.google.com/docs/cloud-messaging) protocol)
- Windows 8.1 phone (WNS protocol)
- iPhone/iPad devices ([APNs HTTP/2](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html))
- Android devices and chrome browser ([Firebase Cloud Messaging aka FCM](https://firebase.google.com/docs/cloud-messaging) protocol)
- Windows 10 desktop (WNS protocol)

## Features
- Open source application server, you can install on your own server, own your data
- Unlimited number of devices and channels
- Unlimited number of devices
- API access control
- Web-based UI to configure
- Access key management
- Logging activities
- FCM for iOS/Android/Chrome


## Installation
Expand All @@ -36,7 +34,7 @@ Please read [Installation guide](https://github.com/airnotifier/airnotifier/wiki
## Requirements

- [Python 3.6](http://www.python.org)
- [MongoDB 2.0+](http://www.mongodb.org/)
- [MongoDB 4.0+](http://www.mongodb.org/)

## Copyright
Copyright (c) Dongsheng Cai and individual contributors
1 change: 0 additions & 1 deletion config.py-sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ port = 8801

# mongouri = 'mongodb://root:pass@localhost:27017/'
mongouri = "mongodb://localhost:27017/"
pemdir = "/var/airnotifier/files"

passwordsalt = 'd2o0n1g2s0h3e1n1g'
cookiesecret = 'airnotifiercookiesecret'
Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

RELEASE = "2.0.0"
RELEASE = "3.0.0-alpha.0"
VERSION = 20191213.01

DEVICE_TYPE_IOS = "ios"
Expand Down

0 comments on commit 74e7bbb

Please sign in to comment.