hyp/client/README.md

9 lines
244 B
Markdown
Raw Normal View History

2024-04-07 03:59:13 +00:00
# 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
```