Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.31 KB

WISP-Assist

Wireless Internet Service Provider (WISP) Planning Software to model wireless mesh networks

Alt text

Getting Started

  • Clone the repo onto your local machine by using:

    HTTPS: git clone https://github.com/Mquinn960/wispassist.git

    SSH: git clone git@github.com:Mquinn960/wispassist.git

  • Install the prerequisites below

  • Run the project using #command#

Prerequisites

  • Install JDK 8
  • Install Maven
  • Install project dependecies by running mvn clean install in a terminal once Maven is installed

CI Build Runner

Running tests

  • Run Maven unit test suite using mvn test -B

Built With

  • Maven - Dependency Management
  • JavaFX - User Interface Library

Contributing

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details