1
0
Fork
You've already forked recep
0
REmote Command Execution Protocol
  • C++ 98.2%
  • Makefile 1.6%
  • Batchfile 0.2%
Find a file
2026年06月25日 18:33:39 +03:00
commands Init 2026年06月25日 18:28:37 +03:00
src Fix gitignore 2026年06月25日 18:33:39 +03:00
.clang-format Init 2026年06月25日 18:28:37 +03:00
.editorconfig Init 2026年06月25日 18:28:37 +03:00
.gitignore Fix gitignore 2026年06月25日 18:33:39 +03:00
Makefile Fix gitignore 2026年06月25日 18:33:39 +03:00
protocol.md Init 2026年06月25日 18:28:37 +03:00
readme.md Init 2026年06月25日 18:28:37 +03:00
TODO Init 2026年06月25日 18:28:37 +03:00

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