Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 543 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 543 Bytes

Mock Terminal Client Repository

This repository contains a mock command-line interface program implemented in C++ and wrapped in Python to create a long living session class.

Files

C++ Implementation

  • mock_terminal_client.cpp: This is the C++ source code for the command-line interface program.

Python Client Wrapper

  • mock_client_wrapper.py: This is a Python script that serves as a wrapper for the C++ program. It provides a Pythonic interface to interact with the C++ program using the pexpect library.