Skip to content

This is a simple terminal Network Tool that you can use from time to time to check up on your home network.

License

Notifications You must be signed in to change notification settings

joabda/NetworkTool

Repository files navigation

The tool should work on most Linux Versions.
Be sure to have nmap installed.

** Fedora: rpm -vhU https://nmap.org/dist/nmap-4.68-1.i386.rpm
** Centos: yum install nmap
** Debian: apt-get install nmap
** Ubuntu: sudo apt-get install nmap

To compile go to the terminal:
	* Change Directory to where to downloaded the filees
	* Compile : "make" (a makefile is included with your download)
	* Execute : "./NetworkTool"

You can use :
	"make clean" 		to clean your directory from .o files.
	"make debug-memory" 	to debug memory leaks using valgrind
	"make run"		to make and run the program at the same time
	"make cleanLog"		to remove the log file (logFile.txt)

All the scanned hosts can be found in the Networks.db file.
You will receive a notification when a new host (not in the DB) is found.

About

This is a simple terminal Network Tool that you can use from time to time to check up on your home network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published