Code Monkey home page Code Monkey logo

bloxy's Introduction

bloxy

Bluetooth Proxy

This application allows two computers, each equipped with a USB Bluetooth adapter, to sit between the connection for two Bluetooth devices:

Bluetooth Host <-> PC1 <-> PC2 <-> Bluetooth Peripheral

The PCs can log communication between the Bluetooth devices, extend the range, or whatever else you can think of.

Each PC requires knowledge of where the other one is on the network, as well as information about both the Bluetooth device it's "emulating" AND the one it's talking to.

It stores information about the device it's "emulating" in a file called emulated.txt. It stores information about the device it's actually talking to in a file called real.txt.

When running it the first time, it will perform an inquiry scan to find each device; you select the device from a list, and it will save the information to the text file.

Required Parameters:

/vid=[USB vendor ID of the USB Bluetooth adapter to use]

/pid=[USB product ID of the USB Bluetooth adapter to use]

/buddy=[IP address/hostname of the other PC]

/inport=[TCP port number for incoming connections; should match other PC's outport]

/outport=[TCP port number for outgoing connections; should match other PC's inport]

Remember to install the LibUsbDotNet filter driver for the USB Bluetooth adapter as well. You should probably just install a generated libusb-win32 driver instead, so that Windows won't try to communicate with it at the same time.

I'll be honest with you -- if you think you have a use for this, you should probably re-evaluate what you're doing. Good luck.

bloxy's People

Contributors

brandonlw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.