Skip to content

kartikayAg/Network-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Network Scanner

A Java program that retrieves and displays information about the network devices on a system.

Description

This program uses the NetworkInterface and InetAddress classes to retrieve information about the network devices on a system. It displays the IP address, MAC address, and operating system for each device.

Requirements

  • Java 8 or later
  • A system with network devices (e.g. Ethernet, Wi-Fi)

Usage

  1. Compile the program using javac NetworkDevices.java
  2. Run the program using java NetworkDevices
  3. The program will display the information about the network devices on the system.

Features

  • Retrieves IP address, MAC address, and operating system for each network device
  • Displays information in a readable format
  • Handles cases where MAC address is not available

Known Issues

  • None

Contributing

Contributions are welcome! If you have any suggestions or bug fixes, please submit a pull request.

License

This program is licensed under the MIT License. See LICENSE.txt for details.

About

Network Devices is a Java program that retrieves and displays information about network devices on a system, including IP address, MAC address, and operating system. It provides a simple and readable output, making it easy to identify and manage network devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages