Skip to content

borisz/nanocat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanocat

The command-line interface for nanomsg. This utility is useful for debugging applications and for scripting with nanomsg.

Building

Basic process is following. Feel free to adjust for your own needs:

mkdir build
cd build
cmake .. --CMAKE_BUILD_PREFIX=/usr
make
sudo make install

Usage

Basic usage is following:

nanocat --SOCKTYPE {--connect ADDR|--bind ADDR}

Where ADDR is any nanomsg address, and SOCKTYPE is lowercased socket type (without NN_ preix. But there are much more arguments. You should look:

nanocat --help

About

The command-line interface for nanomsg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages