https://github.com/sthagen/nocat
No cat is a client communicating via text protocol to endpoints of certain kinds.
https://github.com/sthagen/nocat
client golang netcat python text-protocol
Last synced: 2 months ago
JSON representation
No cat is a client communicating via text protocol to endpoints of certain kinds.
- Host: GitHub
- URL: https://github.com/sthagen/nocat
- Owner: sthagen
- License: mit
- Created: 2017-06-29T16:04:19.000Z (almost 9 years ago)
- Default Branch: default
- Last Pushed: 2022-06-19T09:04:07.000Z (about 4 years ago)
- Last Synced: 2026-02-18T17:57:56.098Z (4 months ago)
- Topics: client, golang, netcat, python, text-protocol
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nocat
No cat is a client communicating via text protocol to endpoints of certain kinds.
## Synopsis
Simple single file client python script that requires a somehow recent `python` install.
You can configure facts about the protocol used like e.g. the special commands inside `JSON` configuration files that are read upon start.
A sample configuration is provided that should get you started easily.
In case a working `readline` module is detected upon start, the usual UNIX command line comfort like navigation, incremental search and history are not blocked ;-).
If such an install is not present, a minimal history functionality is offered but otherwise no interactive fun aspect ...
Enjoy!
**Note**: The default branch is `default`.