https://github.com/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.
https://github.com/suriyaavijay/lan-search
computer-networks cplusplus csharp dotnet lan networking
Last synced: about 2 months ago
JSON representation
LanScan is a tool designed for the purpose of searching for files and folders which are shared over a Local Area Network.
- Host: GitHub
- URL: https://github.com/suriyaavijay/lan-search
- Owner: SuriyaaVijay
- Created: 2023-01-25T10:24:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T15:58:29.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:45:04.148Z (over 1 year ago)
- Topics: computer-networks, cplusplus, csharp, dotnet, lan, networking
- Language: C#
- Homepage:
- Size: 3.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
:------------------:|

UI
:------------------:|

Search Configurations
:------------------:|

## Project Demo ppt and LaTex Document is provided along with this Project
See our Project Presentation @ [Project PPT](/LAN_Search.pptx)
See our LaTex Document in IEEE Conference Format @ [Project Document](/TRIE_FILE_SEARCH_ENGINE.pdf)
## For Project Demo, Check @
[LAN Search Demo](https://youtu.be/jsArVg6YyUE)