Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bshare

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bshare

A command line bluetooth file sharing application for Linux.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

|PyPI| |license|

bshare

A command line bluetooth file sharing application for Linux.

Installation

  • Linux packages required:

    • bluetooth <http://www.bluez.org/>__
    • libbluetooth-dev <https://packages.ubuntu.com/xenial/libbluetooth-dev>__
    • bluez-tools <https://packages.ubuntu.com/xenial/utils/bluez-tools>__

    Install as:

    ::

    $ sudo apt-get install bluetooth libbluetooth-dev bluez-tools
    
  • To install bshare, simply,

    ::

    $ pip install bshare
    

Usage

  • Help command:

    ::

    $ bshare -h
    
    usage: bshare.py [-h] [-a address] [-s address] [-d] [-l]
    
    A simple bluetooth file sharer!
    
    optional arguments:
      -h, --help            show this help message and exit
      -a address, --addr address
                            Connect to bluetooth device with specified Bluetooth
                            address.
      -s address, --set address
                            Set default Bluetooth address.
      -d, --default         Shows the default bluetooth address.
      -l, --list            Shows all the added bluetooth devices identified by your
                            device.
    
  • To list all the added buetooth devices:

    ::

    $ bshare -l
    
    Added devices:
    Windows Phone (9C:6C:15:01:EA:41)
    Videocon V1550 (00:67:1B:BA:7F:B2)
    
  • To share files with a device by specifying its bluetooth address:

    ::

    $ bshare -a F4:F5:24:B2:D9:7D
    
  • To set a bluetooth address as default (for quick sharing):

    ::

    $ bshare -s F4:F5:24:B2:D9:7D
    
    Default bluetooth address was changed to F4:F5:24:B2:D9:7D
    

    Now, to share files with device having default bluetooth address, simply:

    ::

    $ bshare
    
  • To show default bluetooth address:

    ::

    $ bshare -d
    
    Default bluetooth address: F4:F5:24:B2:D9:7D
    

.. |PyPI| image:: https://img.shields.io/badge/PyPi-v1.0.0-f39f37.svg :target: https://pypi.python.org/pypi/bshare .. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000 :target: https://github.com/nikhilkumarsingh/bshare/blob/master/LICENSE.txt

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc