Wireless Internet Service Provider (WISP) Planning Software to model wireless mesh networks
-
Clone the repo onto your local machine by using:
HTTPS:
git clone https://github.com/Mquinn960/wispassist.git
SSH:
git clone [email protected]:Mquinn960/wispassist.git
-
Install the prerequisites below
-
Run the project using
#command#
- Install JDK 8
- Install Maven
- Install project dependecies by running
mvn clean install
in a terminal once Maven is installed
- Run Maven unit test suite using
mvn test -B
- Maven - Dependency Management
- JavaFX - User Interface Library
- Use Feature Branching where possible
- Submit Pull Requests to Matt for review
This project is licensed under the MIT License - see the LICENSE.md file for details