Skip to content

A simple telnet server targeting embedded devices

Notifications You must be signed in to change notification settings

bigcat26/telnetd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple telnet server targeting embedded devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published