.NET Framework Bookmark and Share   
 index > Network Class Library (System.Net) > Developing a Lan crawler
 

Developing a Lan crawler

Hello,
I have registered for a project in my next semester. The project is to develop a lan crawler which looks for and indexes all the .doc and .pdf files in the network. We have a p2p client called DC++. Ideally I would like to develop a search engine for that. But then, i do not know where to star, what libraries to use. Can I read .doc files using .Net? .Pdf files? If so what libraries should I use?

Thanks
Aditya
f2005359
To create a LAN Crawler, FileSystemWatcher can be helpful

http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

To read a doc file your can use Microsoft Word Object Library COM (add using Add Reference). You can also read word file as shown in below link

http://www.codeproject.com/KB/cs/getwordtext.aspx
Gaurav Khanna
Khanna Gaurav
To create a LAN Crawler, FileSystemWatcher can be helpful

http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

To read a doc file your can use Microsoft Word Object Library COM (add using Add Reference). You can also read word file as shown in below link

http://www.codeproject.com/KB/cs/getwordtext.aspx
Gaurav Khanna
Khanna Gaurav

You can use google to search for other answers

Custom Search

More Threads

• calculate the Round Trip Time
• Fetching actual Client IPAddress with Proxy enabled using ASP.NET
• How to develop pinging program?
• Is this Server Efficent (Listening Method)- Case1
• Implementing file uploads using FTPS over SSL
• Dns.GetHostEntry raise "No such host is known"?
• Detecting the network change using NetworkAddressChanged Event
• WebService call resulting in SocketException
• Sent emails through Microsoft Exchante Server
• Using NetworkInterface::PhysicalAddress