16 lines
314 B
Markdown
16 lines
314 B
Markdown
# Example: ReachView
|
|
|
|
A simple example of a ReachView client that can:
|
|
|
|
- Configure a ReachRS module as "base" or "rover"
|
|
|
|
## Usage
|
|
|
|
1. Boot your ReachRS module in "ReachView" mode
|
|
|
|
2. Launch the example:
|
|
```shell
|
|
go run example/reachview/main.go \
|
|
-mode 'rover|base'\
|
|
-host '<DEVICE_IP_ADDRESS'\
|
|
``` |