SuriyaaVijay / LAN-Search

LanScan is a tool designed for the purpose of searching for files and folders which are shared over a Local Area Network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAN-Search

Lan Search is a tool designed for the purpose of searching for files and folders which are shared over a Local Area Network. It is particularly useful in organizations where a lot of folders are shared on individual systems.

How it works?

Here's how the application works. You specify an IP range. The tool searches for live hosts. It then determines the list of folders shared by each system and looks for files (according to a keyword that you specify).

The first point of interest would be - how to determine whether a system with a particular IP address is active. This can be achieved using the Ping class defined in the namespace System.Net.NetworkingInformation. The Ping class offers both synchronous and asynchronous methods to detect whether a remote host is reachable.

Output Images

Search Results
Search Result
UI
UI
Search Configurations
Search Configurations

Project Demo ppt and LaTex Document is provided along with this Project

See our Project Presentation @ Project PPT
See our LaTex Document in IEEE Conference Format @ Project Document

For Project Demo, Check @

LAN Search Demo

About

LanScan is a tool designed for the purpose of searching for files and folders which are shared over a Local Area Network.


Languages

Language:C# 69.3%Language:HTML 30.7%