Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzus/zc
C-based netcat using 0MQ
https://github.com/gonzus/zc
Last synced: 25 days ago
JSON representation
C-based netcat using 0MQ
- Host: GitHub
- URL: https://github.com/gonzus/zc
- Owner: gonzus
- Created: 2013-05-13T16:06:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T21:42:10.000Z (over 11 years ago)
- Last Synced: 2024-10-19T22:16:00.167Z (2 months ago)
- Language: C
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZC -- A C-based netcat using 0MQ
================================What it does
------------zc is a command line interface that allows you to create a [0MQ][2] socket and use it as the reading or writing end of a pipeline. It is inspired on [zmqc][1] but developed in C, so its only dependency is a proper working instance of the [0MQ library][3].
How to build
------------Assuming you have installed the 0MQ library, you should be able to simply do:
cd src
makeand get the executable zc command.
How to use
----------**To Be Completed**. In the meantime, please check [zmqc][1].
[1]: https://github.com/zacharyvoase/zmqc "zmqc"
[2]: http://www.zeromq.org/ "0MQ"
[3]: https://github.com/zeromq/libzmq "0MQ library"