README.md

# Ads.Server

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ads_server` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:ads_server, "~> 0.1.0"}]
end
```

## Configuration

There is a ads_server_config.json in the root folder of the application. If not, it will be generated. 

The file structure:

```
ads_server_config.json
|
└─NetId
  |
  └─Port
    |
    └─IndexGroup
      |
      └─SPS Structure Definition
```

The documentation of the `SPS Structrue Definition` is available [here](https://lukasbinder.gitbooks.io/sps-structure-definition/content/)