mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-15 12:44:26 +01:00
doc
This commit is contained in:
@@ -9,6 +9,17 @@ cargo run -- --test
|
||||
|
||||
cargo run --bin ctrl
|
||||
|
||||
#### sample cmd.json file
|
||||
```json
|
||||
{
|
||||
"type": "Ota",
|
||||
"content": {
|
||||
"url": "http://192.168.1.10/sphinx-update-",
|
||||
"version": 0
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### sample .env file
|
||||
|
||||
```
|
||||
@@ -17,7 +28,5 @@ PASS="bar"
|
||||
BROKER="44.198.193.18:1883"
|
||||
BROKER_URL="http://44.198.193.18:30000/api"
|
||||
SEED=c7629e0f2edf1be66f01c0824022c5d30756ffa0f17213d2be463a458d200803
|
||||
NONCE="3"
|
||||
VERSION="3"
|
||||
OTA_URL="http://192.168.1.10/sphinx-update-"
|
||||
NONCE="0"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user