Giter Club home page Giter Club logo

2019_hackathon_starter's Introduction

2019 Shasta Networks / SOU CS Club Hackathon - Telnet Starter Project (Java 8)

A starter project that implements a basic multi-threaded server and client handling code.

Getting Started

Download this project, import into your IDE of choice, and run TelnetServer.main() to start the server. Alternatively, set your build settings to create an application with the TelnetServer.main() entry point.

Note: you can specify the listening port in the TelnetServer class.

To connect from a terminal, type telnet [server.ip.addr.ess] [portNum] or use a telnet client to connect to your IP and the specified port.

Starting Classes

  • TelnetServer: The main() entry point into the telnet server. Creates a MultiThreadedServer thread.
  • MultiThreadedServer: Starts listening on the specified port for new connections. Creates new Client objects for each connection.
  • Client: Main class to interface with a client. Contains method stubs for handling new connections, disconnects, and receiving/sending text. This will be your direct way to interface with clients.
  • ClientRunnable: Parent class for Client, allows for multiple clients to connect at a time.

Prerequisites

All code is using Java standard libraries, clients can access the server via standard terminals with telnet installed.

References and Useful Links

Submissions

Submission rules TBD. Will require a GitHub account.

Versioning

Git should be used for versioning in this project.

Authors

  • Chandler Severson - Initial work

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.