mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
insert basic changelog
This commit is contained in:
parent
d35f8a7102
commit
a3ffbf5e87
3 changed files with 33 additions and 2 deletions
|
|
@ -1,3 +1,33 @@
|
|||
# <center>Changelog</center>
|
||||
|
||||
---
|
||||
|
||||
## Version [2.9.0] - date
|
||||
|
||||
Functions implemented in initial version:
|
||||
|
||||
- Multithreaded Server/Client infrastructure for alarm handling
|
||||
- Client can auto fetch connection information over bradocast from server
|
||||
- Easy configuration with YAML file for all components
|
||||
- Simple module and plugin system to extend functionality
|
||||
- Alarmpacket routing system for flexible chains of modules nd plugins
|
||||
|
||||
### Modules
|
||||
- Mode filter to filter at specific packet types such as FMS, POCSAG, ZVEI or MSG packets
|
||||
|
||||
### Filter
|
||||
|
||||
|
||||
---
|
||||
|
||||
Zum schreiben des Changelog's siehe: [http://keepachangelog.com/de/1.0.0/](http://keepachangelog.com/de/1.0.0/)
|
||||
|
||||
<!--
|
||||
## Version [#.#.#] - date
|
||||
### Added
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Security
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ zwingend in die Konfiguration eingetragen werden.
|
|||
|----|------------|-------|
|
||||
|name|Name zur Identifizierung der Client Instanz||
|
||||
|inputSource|Art der zu nutzenden Input Quelle (aktuell nur `sdr`)||
|
||||
|useBroadcast|Verbindungsdaten per Broadcast beziehen|no|
|
||||
|useBroadcast|Verbindungsdaten per [Broadcast](information/broadcast.md) beziehen|no|
|
||||
|
||||
---
|
||||
### `server:`
|
||||
|
|
@ -120,4 +120,4 @@ router:
|
|||
---
|
||||
## Module/Plugins
|
||||
|
||||
Für die Konfiguration der Module und Plugins ist in den entsprechenden Kategorien eine ausführliche Beschreibung zu finden.
|
||||
Für die Konfiguration der Module und Plugins ist in den entsprechenden Kategorien eine ausführliche Beschreibung zu finden.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue