AidanHiggs / CIS-18_NetworkScan

2023 fall semester CIS-18 project
MIT License
0 stars 2 forks source link

runnable ping function through jar file. #40

Closed Avansumm closed 7 months ago

Avansumm commented 7 months ago

command to run from jar is: sudo java -jar target/networkScanner-1.0-SNAPSHOT-jar-with-dependencies.jar

Also included is a shell script to run the project with sudo if not wanting to use the jar file

Needs to be amended to work with the GUI, but waiting to implement this until we have made the switch to javascript

AidanHiggs commented 7 months ago

Great job! merged