You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run server.go -local 17-ffaa:1:c2,[127.0.0.1]:40002 -cert cert.pem -key key.pem
8
13
```
9
14
10
15
Then, start the client:
11
-
```Go
16
+
```sh
12
17
go run client.go -local 17-ffaa:1:c2,[127.0.0.1]:0
13
18
```
14
19
15
20
For an interactive mode that lets the user choose a path from all available paths add the `-i` flag:
16
-
```Go
21
+
```sh
17
22
go run client.go -local 17-ffaa:1:c2,[127.0.0.1]:0 -i
18
23
```
19
24
@@ -22,4 +27,4 @@ Make sure to replace the addresses with your own AS addresses and to set the TLS
22
27
Also, `minimal-server` must resolve to the SCION address on which you run the server. You can add `minimal-server` to your known hosts by adding the following line to `/etc/hosts`. (replace `ISD-AS` and `IP` with your actual address):
0 commit comments