Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 542 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 542 Bytes

telnetd

This project demonstrates how to implement a Telnet daemon (telnetd) service using both C and C++. The C++ implementation leverages the Poco libraries for networking and utility functionalities.

The project is structured as follows:

  • The C implementation can be found in the embedded-c-src directory.
  • The C++ implementation, which depends on the Poco library, is located in the poco-cpp directory.

Both implementations provide a basic Telnet server that can handle multiple client connections and execute simple commands.