https://github.com/gfoidl/datacompression
Data compression -- Swinging Door Algorithm
https://github.com/gfoidl/datacompression
async-streams deadband swinging-door swinging-door-compression
Last synced: 3 months ago
JSON representation
Data compression -- Swinging Door Algorithm
- Host: GitHub
- URL: https://github.com/gfoidl/datacompression
- Owner: gfoidl
- License: mit
- Created: 2017-09-24T12:16:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T09:11:40.000Z (over 4 years ago)
- Last Synced: 2025-10-01T05:24:58.776Z (9 months ago)
- Topics: async-streams, deadband, swinging-door, swinging-door-compression
- Language: C#
- Homepage: https://gfoidl.github.io/DataCompression
- Size: 2.22 MB
- Stars: 24
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
| CI | Coverage | NuGet |
| -- | -- | -- |
| [](https://dev.azure.com/gh-gfoidl/github-Projects/_build/latest?definitionId=36&branchName=master) |  | [](https://www.nuget.org/packages/gfoidl.DataCompression/) |
# gfoidl.DataCompression
## Algorithms
* [Dead band](./api-doc/articles/DeadBand.md)
* [Swinging Door](./api-doc/articles/SwingingDoor.md)
## Demos
See `./demos` for code.
_Note_: the graphs in the documentation are created by the code from `./demos`, so you can see which config-values got used.



## Development channel
To get packages from the development channel use a `nuget.config` similar to this one:
```xml
```