This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
2019-03-27 18:50:35 +01:00
|
|
|
# Example: Configurator
|
2018-09-26 15:56:06 +02:00
|
|
|
|
|
|
|
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
|
2019-03-27 18:50:35 +01:00
|
|
|
go run cmd/configurator/main.go \
|
2018-09-26 15:56:06 +02:00
|
|
|
-mode 'rover|base'\
|
|
|
|
-host '<DEVICE_IP_ADDRESS'\
|
|
|
|
```
|