Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 648 Bytes

File metadata and controls

22 lines (11 loc) · 648 Bytes

Object Oriented Programming - Project

All the comands you will need for this project:

Compile --> javac -cp po-uilib.jar:. find prr -name "*.java"

Run --> java -cp po-uilib.jar:. prr.app.App

To run the tests (after compiling) --> ./runtests.sh

This project took about 2-3 weeks of effort.

Maximum grade except for the UML but you can checkout the solution.

Description:

An App which will operate as a Terminal Communication Network Manager, known as prr.

The program allows you to manage and lookup your clients, terminals and communications.

Is design in a way that it's possible to add new features very easily.