SimpleTelnet Project

SimpleTelnet is a small telnet client suitable for embedded systems. Implemented in C, it works on any POSIX platform. The project is released under GPL version 2 license.

News

October 2013, version 0.9 released

Installation

Download and unpack the source archive:

$ tar -xjvf simpletelnet-0.9.tar.bz2
$ cd simpletelnet-0.9

Build and install the project

$ ./configure && make && sudo make install

Usage

$ stelnet ip-address

Blog posts

Support and bug reporting

Please visit our SourceForge project page, or use the comments section on this page.

 

1 thought on “SimpleTelnet Project

  1. Mathew

    Hi,

    How does one modify this code using the socket to write all the activities to a text file (raw capture) like logging to a file?
    I am trying to modify this code to read a text file (input file) where you get list of commands, one command in each line and the use a another file (output file).

    Any tips are helpful to me.
    I am good at writing C but not good at socket programming.

    Mathew

    Reply

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s