KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ipro-cli
★ 11
Open GitHub ↗
iproto cli tools
Download README (.md)
Explore Similar Repositories
wp-blank
:
Blank WordPress theme for building custom frontend code
jekyll-pre-commit
:
A Jekyll plugin to make sure your post is _really_ ready for publishing
westcache
:
Java annotation based cache, with convenience for cache flush
radio-stream-cli
:
A personal music streaming solution
taidou2-open
:
泰斗2框架设计(公开课)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ipro-cli
?
Download (.md)
# 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 ```