An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

| CI | Coverage | NuGet |
| -- | -- | -- |
| [![Build Status](https://dev.azure.com/gh-gfoidl/github-Projects/_apis/build/status/.NET/DataCompression?branchName=master)](https://dev.azure.com/gh-gfoidl/github-Projects/_build/latest?definitionId=36&branchName=master) | ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/gh-gfoidl/github-Projects/36?style=flat-square) | [![NuGet](https://img.shields.io/nuget/v/gfoidl.DataCompression.svg?style=flat-square)](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.

![](./api-doc/articles/images/demo_01.png)

![](./api-doc/articles/images/demo_02.png)

![](./api-doc/articles/images/demo_03.png)

## Development channel

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



```