@@ -42,7 +42,7 @@ This includes example code for sending an LPC limit 5 seconds after connecting t
42
42
#### First Run
43
43
44
44
``` sh
45
- go run cmd /controlbox/main.go 4713
45
+ go run examples /controlbox/main.go 4713
46
46
```
47
47
48
48
` 4713 ` is the example server port that this process should listen on
@@ -52,7 +52,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
52
52
#### General Usage
53
53
54
54
``` sh
55
- Usage: go run cmd /controlbox/main.go < serverport> < remoteski> < certfile> < keyfile>
55
+ Usage: go run examples /controlbox/main.go < serverport> < remoteski> < certfile> < keyfile>
56
56
```
57
57
58
58
- ` remoteski ` is the SKI of the remote device or service you want to connect to
@@ -66,7 +66,7 @@ This includes example code for accepting LPC and LPP limits from a control box,
66
66
#### First Run
67
67
68
68
``` sh
69
- go run cmd /hems/main.go 4714
69
+ go run examples /hems/main.go 4714
70
70
```
71
71
72
72
` 4714 ` is the example server port that this process should listen on
@@ -76,7 +76,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
76
76
#### General Usage
77
77
78
78
``` sh
79
- Usage: go run cmd /hems/main.go < serverport> < remoteski> < certfile> < keyfile>
79
+ Usage: go run examples /hems/main.go < serverport> < remoteski> < certfile> < keyfile>
80
80
```
81
81
82
82
- ` remoteski ` is the SKI of the remote device or service you want to connect to
@@ -90,7 +90,7 @@ This includes example code for accepting LPC from a control box.
90
90
#### First Run
91
91
92
92
``` sh
93
- go run cmd /hems/main.go 4715
93
+ go run examples /hems/main.go 4715
94
94
```
95
95
96
96
` 4715 ` is the example server port that this process should listen on
@@ -100,7 +100,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
100
100
#### General Usage
101
101
102
102
``` sh
103
- Usage: go run cmd /evse/main.go < serverport> < remoteski> < certfile> < keyfile>
103
+ Usage: go run examples /evse/main.go < serverport> < remoteski> < certfile> < keyfile>
104
104
```
105
105
106
106
- ` remoteski ` is the SKI of the remote device or service you want to connect to
0 commit comments