Name : Networked Explorer - A Real File Manager
Platform : .Net(C#)
The networked explorer is composed from client and server application, The application is designed to overcome the dynamic IP problem, so if your IP is dynamic, and change periodically the client will still able to find the server, this is done through the IP database, this database will contain the required info to make the client able to connect to server, such as server LAN or WAN IP, Port, etc. This application will allow you to explore remote computer drives, you can download or upload files, also you can wake up a machine within your LAN. To keep the application as simple as possible, only one file can be uploaded or downloaded per time, because each file will need a socket to transfer its data, so if we want to transfer 2 file at the same time, we need 2 sockets, in addition to the command socket, the thread safe issues solved by a thread safe class that allow you to deal with GUI controls from other threads.
Download Link
Networked Explorer - A Real File Manager
You can refer to these links for help in making projects and project reports :
Tutorial : How to make a Final Year Project
Project Synopsis Tutorial
Project Report Tutorial
Platform : .Net(C#)
The networked explorer is composed from client and server application, The application is designed to overcome the dynamic IP problem, so if your IP is dynamic, and change periodically the client will still able to find the server, this is done through the IP database, this database will contain the required info to make the client able to connect to server, such as server LAN or WAN IP, Port, etc. This application will allow you to explore remote computer drives, you can download or upload files, also you can wake up a machine within your LAN. To keep the application as simple as possible, only one file can be uploaded or downloaded per time, because each file will need a socket to transfer its data, so if we want to transfer 2 file at the same time, we need 2 sockets, in addition to the command socket, the thread safe issues solved by a thread safe class that allow you to deal with GUI controls from other threads.
Download Link
Networked Explorer - A Real File Manager
You can refer to these links for help in making projects and project reports :
Tutorial : How to make a Final Year Project
Project Synopsis Tutorial
Project Report Tutorial
0 comments:
Post a Comment