[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,75 @@
# Change Log
All notable changes to the slink2caps plugin will be documented in this file.
## 2023.254
### Added
- Make `output.maxFutureEndTime` configurable in scconfig.
## 2022.340
### Added
- Support all Seedlink 3.3 features which includes plugin proc
definitions
## 2022-05-23
### Added
- CAPS authentication support for outgoing connections.
Use the config option ``output.address`` to provide
the data output URL in the form
[[caps|capss]://][user:pass@]host[:port], e.g.:
```
output.address = caps://user:pass@localhost:18003
```
## 2022-04-14
### Changed
- Transient packets will be written to disk during shutdown to
prevent packet loss
## 2022-04-07
### Fixed
- Shutdown in case of no data could be sent to CAPS
## 2022-03-03
### Fixed
- Fixed usage of `output.recordBufferSize` which hasn't been used yet
- Set default buffer size to 128k
## 2021-11-23
### Fixed
- First shutdown plugins and then stop caps connection to avoid lost
records during shutdown
## 2019-09-24
### Fixed
- Flush all transient packages before closing the connection to CAPS at exit
## 2019-05-06
### Fixed
- Capturing of SeedLink plugins logs. Under certain conditions the data
acquisition could be affected causing packet loss.
## 2019-03-12
### Added
- Capture SeedLink plugins logs