![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2008
Posts: 2
Rep Power: 0
![]() |
Network Monitoring Application
As part of my first year mini project I have to develop an application that should be such that when its deployed on a LAN, the server should at any time be able to find out the number and details of all nodes connected to the network, The details of file-sharing.
So is creating a log of all network activities and sending it over a good idea? I need to somehow be able to create a log of the network activity that a computer does. Like a list of file the computer copied from another on the LAN and the list of files that he sent. So that when the server asks for the details it can be sent. The LAN will be connected via a switch so all communications between clients will not reach the server and so the log to store the history too. I tried to find this myself but just couldnt get anywhere. I found Beej's tutorial via Google while looking for information on Sockets and SNMP. I read the tutorial but I am a complete newbie in this field and couldnt understand it all. I am still trying. Please help me in whatever way you can. I need to know how its done as we will need it in other similar projects. I saw a similar thread printing text to a server or something , but again it got me nowhere. Can this be done in anyway other than creating the log? I am a first year computer engineering student from India. Sockets look wonderfull but very hard to understand. |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 304
Rep Power: 3
![]() |
Re: Network Monitoring Application
Seeing as you have not been taught anything about sockets this seems a little much for a first year computer project. If I were to do this I would try using libpcap. It lets you capture all the packets that sent or received over the computers network interfaces. This is what wireshark uses.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Apr 2008
Posts: 2
Rep Power: 0
![]() |
Re: Network Monitoring Application
I am also begining to think this is a bit too much for me now. We were to do this under guidance but our professor had to leave suddenly and left us to figure it out.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Network Simulator design | renato | Software Design and Algorithms | 2 | Dec 11th, 2007 10:54 PM |
| network monitoring program | fresher | Java | 7 | Jan 16th, 2007 8:58 AM |
| creating an application that stands between the browser and the serve | ronias | Visual Basic | 5 | Oct 30th, 2005 4:22 PM |
| UDP network application | Brent | C++ | 9 | Aug 9th, 2005 1:58 PM |
| problem with network application | Brent | C++ | 6 | Jul 12th, 2005 7:02 PM |