BenBinary / telnet-server-cities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telnet Server Cities

About

  • Project from Benedikt Kurz at University West Attica for the module 'Network Programming' in the fall term 2021/22.
  • E-Mail: bekur002@stud.fh-dortmund.de
  • Registration number: 21390260
  • Department: Informatics
  • School: University of West Attica (UniWA)
  • Software used: Apache NetBeans IDE 12.5, jdk8 and the Windows Telnet Client
  • The used code page is 850 - it's a code page where the most greek letters are removed

Running the application

  1. Navigate in your terminal to the directory of your project and there into the subfolder /res
  2. !Important! make sure that this directory contains res folder
  3. Run the command java -jar telnet-server-cities.jar
  4. Make sure that the telnet function is ready.
  5. Open another terminal window and run the command telnet localhost 6789
  6. Use the commands which are below
  7. To Stop the service use java -jar telnet-server-cities.jar stop

Some Screenshots

Directory where everything is stored:
Directory

Command to start the programm:
Start the program

Access the service:
Access the service

Use the service:
Use the service

Possible Commands

Cities

City Muenchen, City Stuttgart, City Hamburg, City Dortmund, City Berlin, City Frankfurt, City Koeln

Sights

Sights Berlin, Sights Stuttgart, Sights Frankfurt,

Business

Business Hamburg,

Universities

Universities Dortmund, Universities Koeln,

Museum

Museums Stuttgart, Museums Berlin,

Hospitals

Hospitals Hannover

Airports

Airports Muenchen, Airports Stuttgart

About


Languages

Language:Java 100.0%