9 lines
244 B
Markdown
9 lines
244 B
Markdown
|
# hyp-client
|
||
|
|
||
|
The client expects there to be a file named hyp.secret in the same directory. This file is generated by the hypd server using ./hypd generatesecret.
|
||
|
|
||
|
```bash
|
||
|
# Example Usage
|
||
|
# ./hyp-client <server>
|
||
|
./hyp-client 192.168.50.5
|
||
|
```
|