It is a simple library which can be used to transfer files between two system over network such as wifi hotspot. The work is on going and the present speed that the library gives is around 2.5-3 MBPS over a 2.4Ghz/5Ghz wifi hotspot.
Make sure python is installed
Nothing as of now. All libraries are pre installed in python 3.
In the following order: -> on node which has to download
--> make a folder with server --> open downloader.py --> modify the localhost to your ip address, port number to any free port --> serv_directory with value of server folder path (inside quotes) --> secret is your password --> filenm the file which u want to download along with extension run downloader.py
-> on node which has to upload
--> make a folder with client --> open uploader.py --> modify the localhost to server ip address, port number to any free port --> client_directory with value of server folder path (inside quotes) --> secret is your password --> filenm the file which u want to upload along with extension
run uploader.py
sample test cases will be updated soon.
1.0.0
Shivam Chawla
This project is licensed under the MIT License - see the LICENSE.md file for details