Minokamo Secure Protocol (MSP) is a minimal TCP-based protocol crafted for educational purposes. It demonstrates how to design a custom network protocol with CRC validation, structured binary packets, and optional AES encryption.

Key Features:

Usage Notes:

Clone the repository and explore the provided Python examples to see MSP in action. The documentation details the packet layout, CRC calculation, and how to enable encryption for secure transfers.

GitHub Repository