To run this:
pip3 install -r requirements.txt
.-
-
python3 receiver.py
-
-
-
For instance, if you want to send
C:\> python sender.py --help usage: sender.py [-h] [-p PORT] file host Simple File Sender positional arguments: file File name to send host The host/IP address of the receiver optional arguments: -h, --help show this help message and exit -p PORT, --port PORT Port to use, default is 5001
data.csv
to192.168.1.101
:python3 sender.py data.csv 192.168.1.101
-