Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Mar 6, 2024
1 parent b0b8483 commit c8dd0b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 3 additions & 9 deletions docs/AnyShake Observer/Configuration/seedlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ This object manages SeedLink settings for AnyShake Observer, which are optional
- Type: `int`
- Description: SeedLink server port

### size
### duration

- Type: `int`
- Description: SeedLink buffer size

### buffer

- Type: `string`
- Description: Path to SeedLink buffer file
- Description: SeedLink buffer duration, in seconds

## Example

Expand All @@ -44,8 +39,7 @@ This object manages SeedLink settings for AnyShake Observer, which are optional
"enable": false,
"host": "0.0.0.0",
"port": 18000,
"size": 43200,
"buffer": "/data/sl_buffer.dat"
"duration": 86400
}
}
```
5 changes: 2 additions & 3 deletions docs/AnyShake Observer/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You need to configure AnyShake Observer after installing it. Here is a quick con

## Configuration

The configuration file is in JSON format. You can use any text editor to edit it. The demo configuration is taken from [v2.10.2](https://github.com/anyshake/observer/releases/tag/v2.10.2).
The configuration file is in JSON format. You can use any text editor to edit it. The demo configuration is taken from [v2.11.0](https://github.com/anyshake/observer/releases/tag/v2.11.0).

```json
{
Expand Down Expand Up @@ -70,8 +70,7 @@ The configuration file is in JSON format. You can use any text editor to edit it
"enable": false, // Enable SeedLink streamer
"host": "0.0.0.0", // SeedLink streamer host
"port": 18000, // SeedLink streamer port
"size": 43200, // SeedLink buffer size
"buffer": "/data/sl_buffer.dat" // Path to SeedLink buffer file
"duration": 86400 // SeedLink buffer duration, in seconds
}
}
```
Expand Down

0 comments on commit c8dd0b1

Please sign in to comment.