gbp-cli 1.1.2

Reference CLI binary for the Group Protocol Stack: a minimal smoke runner with `listen` and `connect` modes.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# gbp-cli

Reference CLI binary for the
[Group Protocol Stack](https://github.com/F000NKKK/Group-Protocol-Stack).

The binary is named `gbp-node` and supports two modes:

```sh
# listener: accept one peer, do MLS handshake, read one GTP message
gbp-node listen 127.0.0.1:7878

# connector: handshake and send one GTP message
gbp-node connect 127.0.0.1:7878
```

## License

Licensed under [Apache License, Version 2.0](../../../LICENSE).