https://github.com/mailru/ipro-cli
iproto cli tools
https://github.com/mailru/ipro-cli
Last synced: 2 months ago
JSON representation
iproto cli tools
- Host: GitHub
- URL: https://github.com/mailru/ipro-cli
- Owner: mailru
- License: bsd-2-clause
- Created: 2017-01-03T10:20:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T09:31:02.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T23:35:04.083Z (6 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 12
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iproto cli tools
## Install
``` sh
git clone https://github.com/mailru/ipro-cli.git
cd ipro-cli
cmake .
make install
```## How do I install this as a brew formulæ on a macOS?
``` sh
brew install zlobspb/tap/ipro-cli
```## Usage examples
``` sh
# ping command example
ipro_printf -m 65280 | socat - tcp:127.0.0.1:6500,shut-none | ipro_scanf
# output: (65280, 0, 0)# capron profile get command example
ipro_printf -m 14 usus 1 '' 12345 Email | socat - tcp:127.0.0.1:6500,shut-none | ipro_scanf uss
# output: (14, 29, 0) 1, Email, test@test.ru
```