Code Monkey home page Code Monkey logo

telnet-server's Introduction

Java based Telnet Server
Written by Aiman Alsari 10/9/2013

=============
Quick Setup
=============

Build using maven:
	mvn package

Run the jar file using:
	java -cp target/telnet-server-1.0-SNAPSHOT.jar nz.co.ahc.TelnetServer

This will start the telnet server with default options. You can connect to this using a telnet client on port 8080


==============
Configuration
==============

You can configure the telnet server using a configuration file called server.cfg.
The cfg file is a standard key-value pair properties file and is read from the working directory.

The available properties are:
 
 port=[The port to run the server on, default 8080]
 host=[The host name or IP address that we are binding this socket to, defaults to 0.0.0.0, falls back to the loopback interface]
 max_clients=[The maximum number of clients and threads that are run before the server starts blocking, default 10]
 home_dir=[The directory that the file manager starts off at, default is the directory that the Server is located in]

telnet-server's People

Contributors

aiman-alsari avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.