A Bluetooth socket program to transfer files from one Linux machine to another.
- The computer that will be receiving the file will be known as the server and must be launched first.
python3 main.py --server --serverAddress <bluetooth_address_of_server>
- The computer that will be sending the file will be known as a client and must be launched after the server.
python3 main.py --client --send <file_name> --address <server_address>
- Once the file has been transferred, both programs will quit.
- When using a Raspberry PI with Raspberry PI OS, the server will fail to launch.
- Eventually, supplying the server address will be unecessary.
- Will try to find the BT address of the server controller automatically.