Giter Site home page Giter Site logo

syncble's Introduction

BLE Synchronization protocol

This repository include all the issues associated to the synchonization protocol implementation in bluetooth low energy devices here possibly I'll include more than one protocol and compare their performance.

syncble's People

Contributors

daparrag avatar

Watchers

 avatar  avatar

syncble's Issues

General issues to have into account

Please have into account the follow considerations before to implement the synchronization solution:

  1. Each slave device will be synchronized with the master who actually is considered as the "MASTER/BOUNDARY CLOCK".

  2. The connection set up is independent of the application. therefore there is no a problem at low level using the BLE library developed on the repository https://github.com/Daparrag/Lib

  3. The behavior of the finite state machine must be independent for each device, thus for each connection a unique instance of events and status has to be considered . This means that a connection handler is associated to specific status in the finite state machine; Since not all the devices will be in the same status.

  4. Don't implement this solution for a single master and slave node please think in to include two or more additional devices.

Sequence id doesn't match in ble_ptp protocol.

The sequence ID for SYNC and FOLLOW UP as well the DELAY_REQ and DELAY_RESP doesn't match

you have to increment the sequence ID immediately after to forward the FOLLOW UP and DELAY_REQ packets.

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.