REmote Command Execution Protocol
| commands | Init | |
| src | Fix gitignore | |
| .clang-format | Init | |
| .editorconfig | Init | |
| .gitignore | Fix gitignore | |
| Makefile | Fix gitignore | |
| protocol.md | Init | |
| readme.md | Init | |
| TODO | Init | |
Recep
REmote Command Execution Protocol
Protocol designed for executing limited set of pre-defined commands remotely. Implemented in C=C+1 language.
Consists of command-line client and tcp server (without any encryption).
Usage
I tryed to make it self-documented as much as possible.
For client check help command, for server - -h flag.
Example of commands definition for server are in commands/ directory.
For more information on protocol see protocol.md
Building
Depends on linux and readline.
Building:
make