Wireless Data transfer between two devices connected on same network. You can transfer text, files and images. Encryption is used to secure the files.
pip install cryptography (ignore if you already installed it). Link = "https://pypi.org/project/cryptography/"
pip install python-tk (ignore if you already installed it)
Before running the files make sure that both the devices are connected on same network. Sender.py is a GUI based application, run this on the device(from which data is to be transfered) exists. Run Receiver.py on the device where data is to be stored. Firstly establish a connection by clicking on ' connect ' on GUI and then :
- Enter IP Address of the device (where data is to be transfered)
- Enter port number 9998, you can change port number in Receiver.py
- Press Enter, Now you can select option based on your file type Finally, to disconnect from Reciver click disconnect.