1.0.1 • Published 9 years ago

blecat v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

blecat

A 1-1 pipe over bluetooth low energy

npm install -g blecat

Usage

On one machine with bluetooth enabled run

echo hello world | blecat

An on another one with bluetooth enabled

blecat

The second machine should now print out hello world.

Transfer files

You can also transfer files using blecat

To share a file from a machine do

blecat < myfile.txt

To receive it on another

bluecat > myfile.txt

License

MIT

1.0.1

9 years ago

1.0.0

9 years ago