Giter Club home page Giter Club logo

meshd's Introduction

meshd

Meshd is a program where we use the functionality of Bluetooth Mesh Network to increase the communication distance of a Bluetooth device. Plus it can provide the location of the bluetooth device. In development...

dependencies:

  • lbluetooth
  • glib
  • Request (for now) crypto kernel UAPI with following config: CRYPTO_USER_API_SKCIPHER, CRYPTO_ECB CRYPTO_USER_API_HASH, CRYPTO_CMAC CRYPTO_USER_API_AEAD, CRYPTO_CCM

build meshd:

  • make (in the meshd directory)

Basic interactive interface

  1. run the app on device 1
  • sudo ./meshd -i
  1. run the app on device 2
  • sudo ./meshd -i
  1. Create network on device 1
  • net-create
  1. Scan for unprovisioned nodes on device 1 and auto-provision discovered node with random address
  • scan on
  1. Waiting for provisioning complete
  • No command "Wait For Release Message"
  1. Send Message to Nodes in Network
  • net-send "0xNid-Number" "Destination-Address" "data"
  • example: net-send 0x5b 0x1234 hello
  1. Special Message Formats:
  • data= 00,"Device-Name-N1", =>Request for RSSI value of device name N1
  • Response of Message=> 01,"SourceAddressN2","RSSI",=> RSSI value of N1 from N2 to all nodes.
  • EXAMPLE: net-send 0x5b 0x1234 00,SamsungS7,

meshd's People

Contributors

loicpoulain avatar goksunonal avatar stormwindy avatar umeyirkoc 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.