Update 'README.md'
This commit is contained in:
parent
2f388c228a
commit
a2766ded16
1 changed files with 14 additions and 13 deletions
27
README.md
27
README.md
|
@ -5,31 +5,32 @@ 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)
|
[W.I.P Application Flow](https://github.com/smartpager-network/smartpager-network.github.io/blob/master/Basisfunctionaliteit%20SmartpagerNetwork.pdf)
|
||||||
|
|
||||||
Planned Features:
|
Planned Features:
|
||||||
- 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..
|
- Many Message Ingress Modules, like bunq.com-Notifications, E-Mail, Telegram, etc..
|
||||||
|
|
||||||
Working Features:
|
Working Features:
|
||||||
|
- Menu Systems (only for Duplex Pagers like the Birdy Slim IoT)
|
||||||
|
- Integration/Compatibility with DAPNET
|
||||||
- Acknowledgement for Messages (only for Duplex Pagers like the Birdy Slim IoT)
|
- Acknowledgement for Messages (only for Duplex Pagers like the Birdy Slim IoT)
|
||||||
- Device States( Birdy Slim IoT: GPSLocation, BatteryLevel, etc...)
|
- Device States( Birdy Slim IoT: GPSLocation, BatteryLevel, etc...)
|
||||||
- Message Routing Modes
|
- Message Routing
|
||||||
|
|
||||||
#### How to Setup LoRaWAN for the Birdy Slim IoT
|
#### How to Setup LoRaWAN for the Birdy Slim IoT
|
||||||
- W.I.P
|
- W.I.P
|
||||||
-
|
|
||||||
#### Working Modules
|
#### Working Modules
|
||||||
- [dispatcher-daemon](https://github.com/smartpager-network/pager-daemon) (This Piece of Software will handle Multipath-Routing and Responses) (LORAWAN included)
|
- [dispatcher-daemon](https://git.cheetah.cat/smartpager/dispatcher) - handles Multipath-Routing and Responses (LORAWAN included) - this is mandatory
|
||||||
- [msg-email](https://github.com/smartpager-network/msg-email) - Creates Notifications for new, unread received emails(IMAP).
|
- [msg-telegrambot](https://git.cheetah.cat/smartpager/msg-telegrambot) - Allows Telegram Users to alert Pagers
|
||||||
- [pocsag-connector](https://github.com/smartpager-network/pocsag-connector) ( works with the RFM69 or any other SX1231-Chipset Transceiver )
|
- [msg-testalarm](https://git.cheetah.cat/smartpager/msg-testalarm) - Sending scheduled Messages to check if reception is still working
|
||||||
|
- [msg-email](https://git.cheetah.cat/smartpager/msg-email) - Creates Notifications for new, unread received emails, forward pager responses back to sender (IMAP).
|
||||||
|
- [msg-feedmanager](https://git.cheetah.cat/smartpager/msg-feedmanager) - MoWaS (bbk.bund.de)
|
||||||
|
- [msg-dwd](https://git.cheetah.cat/smartpager/msg-dwd) - DWD German Weather Alerts (dwd.de)
|
||||||
|
- [msg-mowas](https://git.cheetah.cat/smartpager/msg-mowas) - MoWaS (bbk.bund.de)
|
||||||
|
|
||||||
|
- [pocsag-connector](https://git.cheetah.cat/RPIZeroDuplexPOCSAG/pocsag-gateway) ( works with the RFM69 or any other SX1231-Chipset Transceiver )
|
||||||
|
|
||||||
#### Planned Modules
|
#### Planned Modules
|
||||||
- msg-bunq
|
- msg-bunq
|
||||||
- msg-weather
|
- msg-weather
|
||||||
- msg-twitter
|
- msg-twitter
|
||||||
- msg-peertube-notifications
|
- msg-peertube-notifications
|
||||||
- msg-prometheus-alerts
|
- msg-prometheus-alerts
|
||||||
- msg-telegram-bot-input
|
|
||||||
|
|
||||||
# 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