TobiasRothlin / NetworkLogger

Finds and logs network devices connected to a network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetworkLogger

Context:

As network adminstrator it can be important so know how many devices are connected to a network and log them over time.

Task:

Make a class that can ping all devices connected to the network and append the devices into a list with name & Ip address. This list must then be logged with a timetamp and saved as a csv file.

ToDo:

  • Automaticly detect the ip range dependent on the subnetmask and host ip address.
  • Create the logger

About

Finds and logs network devices connected to a network


Languages

Language:Python 100.0%