|
Blecat Bluetooth protocol using the command-line write gadgets that support the pipeline operation, but also can be used to transfer files.
Blecat can be installed by a line npm install -g blecat command.
For example, turn on Bluetooth on two computers, if in one of the execution:
echo hello world | blecat
So long as the direct knock on another blecat will output hello world.
Transfer file, you can use shell redirection operates as follows:
blecat < myfile.txt # sending end
blecat > myfile.txt # receiving end
Interested friends try. |
|
|
|