Update README.md
This commit is contained in:
parent
b4f04cb3c8
commit
c61fdbe9ae
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
@ -5,16 +5,21 @@ Smartpager.network aims to provide a fully featured and modular Paging Framework
|
|||
[W.I.P Application Flow](https://github.com/smartpager-network/smartpager-network.github.io/blob/master/Basisfunctionaliteit%20SmartpagerNetwork.pdf)
|
||||
|
||||
Planned Features:
|
||||
- Menu Systems (only for Duplex Pagers like the Birdy Slim IoT)
|
||||
- Acknowledgement for Messages (only for Duplex Pagers like the Birdy Slim IoT)
|
||||
- Message Routing Modes (sensible Messages over LoRaWAN, anything else over POCSAG)
|
||||
- Menu Systems (only for Duplex Pagers like the Birdy Slim IoT
|
||||
- Integration/Compatibility with DAPNET
|
||||
- Many Message Ingress Modules, like bunq.com-Notifications, E-Mail, Telegram, etc..
|
||||
|
||||
Working Features:)
|
||||
- Acknowledgement for Messages (only for Duplex Pagers like the Birdy Slim IoT)
|
||||
- Device States( Birdy Slim IoT: GPSLocation, BatteryLevel, etc...)
|
||||
- Message Routing Modes
|
||||
|
||||
#### How to Setup LoRaWAN for the Birdy Slim IoT
|
||||
|
||||
#### Working Modules
|
||||
- [dispatcher-daemon](https://github.com/smartpager-network/pager-daemon) (This Piece of Software will handle Multipath-Routing and Responses)
|
||||
- [dispatcher-daemon](https://github.com/smartpager-network/pager-daemon) (This Piece of Software will handle Multipath-Routing and Responses) (LORAWAN included)
|
||||
- [msg-email](https://github.com/smartpager-network/msg-email) - Creates Notifications for new, unread received emails(IMAP).
|
||||
- [pocsag-connector](https://github.com/smartpager-network/pocsag-connector) ( works with the RFM69 or any other SX1231-Chipset Transceiver )
|
||||
- [msg-email](https://github.com/smartpager-network/msg-email) - Creates Notifications for new, unread received emails.
|
||||
|
||||
#### Planned Modules
|
||||
- msg-bunq
|
||||
|
@ -24,9 +29,6 @@ Planned Features:
|
|||
- msg-prometheus-alerts
|
||||
- msg-telegram-bot-input
|
||||
|
||||
#### W.I.P
|
||||
- [lorawan-connector](https://github.com/smartpager-network/lorawan-connector) ( waiting for Birdy Slim IoT Pager to arrive )
|
||||
|
||||
# Some interesting Documentation about...
|
||||
- the [Birdy Slim Pager](https://github.com/smartpager-network/smartpager-network.github.io/blob/master/BirdySlimDocumentation.md)
|
||||
- the [Birdy Slim IoT LORAWAN Payload Formatter](https://github.com/smartpager-network/smartpager-network.github.io/blob/master/birdy-slim-iot/payload-formatters/testing.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue