All Projects → BE-Mesh → android-ble-mesh

BE-Mesh / android-ble-mesh

Licence: Apache-2.0 License
A BLE Network Library for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-ble-mesh

itag
iTag tracker manager for real people
Stars: ✭ 35 (+16.67%)
Mutual labels:  bluetooth-low-energy
csrmesh
Reverse engineered bridge implementation of the CSRMesh BTLE protocol
Stars: ✭ 65 (+116.67%)
Mutual labels:  bluetooth-low-energy
switchmate
A python-based command line utility for controlling Switchmate switches
Stars: ✭ 34 (+13.33%)
Mutual labels:  bluetooth-low-energy
BleLab
Bluetooth LE Lab - UWP application for interaction with BLE GATT devices
Stars: ✭ 68 (+126.67%)
Mutual labels:  bluetooth-low-energy
deskbluez
Connects to a low energy actuator system via bluetooth and allows remote control via command line or internal managed interface.
Stars: ✭ 56 (+86.67%)
Mutual labels:  bluetooth-low-energy
pirowflo
All-in-one data interface for your Waterrower S4 Monitor or Smartrow
Stars: ✭ 73 (+143.33%)
Mutual labels:  bluetooth-low-energy
advlib
Open source, protocol-agnostic library for decoding ambient wireless packets. We believe in an open Internet of Things.
Stars: ✭ 90 (+200%)
Mutual labels:  bluetooth-low-energy
everip
The Elastic Versatile Encrypted Relay for IP (EVER/IP) Networking Suite
Stars: ✭ 32 (+6.67%)
Mutual labels:  mesh-networks
pitaya-go
An Open-Source IoT Development Platform with Multiprotocol Wireless Connectivity
Stars: ✭ 58 (+93.33%)
Mutual labels:  bluetooth-low-energy
IoT-iBeacon
An Ionic app for indoor localization and navigation using BLE iBeacons.
Stars: ✭ 39 (+30%)
Mutual labels:  bluetooth-low-energy
pybluez-examples
Example Bluetooth tasks using the Python PyBluez module
Stars: ✭ 59 (+96.67%)
Mutual labels:  bluetooth-low-energy
stm32wb55
Implementation of bluetooth-hci for STM32WB5x wireless SoC
Stars: ✭ 18 (-40%)
Mutual labels:  bluetooth-low-energy
IOS-DFU-Library
OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
Stars: ✭ 400 (+1233.33%)
Mutual labels:  bluetooth-low-energy
Study-Room
Connect and study together with friends over text and voice channels, over a click of a button. Web application for chat and audio streaming.
Stars: ✭ 21 (-30%)
Mutual labels:  mesh-networks
JDY-08
JDY-08 Bluetooth transparent transmission module, with resource for KiCAD
Stars: ✭ 48 (+60%)
Mutual labels:  bluetooth-low-energy
homebridge-ranger
A HomeKit range extender for Bluetooth Low Energy (BLE) accessories.
Stars: ✭ 65 (+116.67%)
Mutual labels:  bluetooth-low-energy
rpi3-bluetooth
Raspberry Pi 3 on-board Bluetooth example
Stars: ✭ 17 (-43.33%)
Mutual labels:  bluetooth-low-energy
esp32-hid-joystick
No description or website provided.
Stars: ✭ 59 (+96.67%)
Mutual labels:  bluetooth-low-energy
cannon-bluetooth-remote
Python script to emulate Canon's BR-E1 remote
Stars: ✭ 22 (-26.67%)
Mutual labels:  bluetooth-low-energy
purple-eye
A web-bluetooth controlled one-eyed robot
Stars: ✭ 26 (-13.33%)
Mutual labels:  bluetooth-low-energy

BE Mesh: A Bluetooth Low Energy Mesh Network Twitter URL









Andrea Lacava∗, Gianluigi Nero∗, Pierluigi Locatelli∗, Francesca Cuomo∗, Tommaso Melodia†

∗University of Rome “La Sapienza”, 00184, ITALY; †Northeastern University, MA 02115, USA

Abstract - We propose and discuss BE-Mesh-Bluetooth low Energy-Meshed network, a new paradigm for BLE (BluetoothLow Energy) that enables mesh networking among wirelessly interconnected devices, both in a single hop and multi-hop fashion. Starting from the classical Master/Slave paradigm of Bluetooth, we build two new layers based on BLE stack that allow the final user to set-up, in a fast way, the desired network topology while hiding the complexity and low-level details of the BLE stack. We also prototype, as a proof of concept, an open source Android library that implements our communication paradigm and an Android application that allows the exchange of text messages across the mesh network. Last, we demonstrate how BE-Mesh enables Internet access sharing with the whole mesh from a single Internet-connected device.

  • Follow our Official BE Mesh Twitter account: @MeshBle.
  • This work was presented at Infocom 2019.
  • Lower tier of HIRO-NET.
  • Read the demo paper.
  • If you intend to use this work, please cite the related paper (BibTex):
@INPROCEEDINGS{Laca1904:Demo,
AUTHOR="Andrea Lacava and Gianluigi Nero and Pierluigi Locatelli and Francesca
Cuomo and Tommaso Melodia",
TITLE="Demo Abstract: {BE-Mesh:} Bluetooth Low Energy Mesh Networking",
BOOKTITLE="2019 IEEE INFOCOM Demo (INFOCOM 2019 Demo)",
ADDRESS="Paris, France",
DAYS=28,
MONTH=apr,
YEAR=2019,
KEYWORDS="Bluetooth Low Energy; Android library; Mesh network; Internet access
sharing",
ABSTRACT="We propose and discuss BE-Mesh-Bluetooth low Energy-Meshed network, a new
paradigm for BLE (Bluetooth Low Energy) that enables mesh networking among
wirelessly interconnected devices, both in a single hop and multi-hop
fashion. Starting from the classical Master/Slave paradigm of Bluetooth, we
build two new layers based on BLE stack that allow the final user to
set-up, in a fast way, the desired network topology while hiding the
complexity and low-level details of the BLE stack. We also prototype, as a
proof of concept, an open source Android library [1] that implements our
communication paradigm and an Android application that allows the exchange
of text messages across the mesh network. Last, we demonstrate how BE-Mesh
enables Internet access sharing with the whole mesh from a single
Internet-connected device."
}

Create a Be Mesh!

  1. Download and open the app
  2. Press the start button
  3. Chat with the others
  4. Try to send an email or a tweet

Build the app from source

Please note that the current version of the repository does not reflect the version onthe google play store and compatibility between versions is not guaranteed.

Pre-requisites

  • The phone candidate to be server must support multipleAdvertisement

  • Android SDK >= 23

  • Compatible with Android Things!

  • Clone this repository

  • You must create two files in app/src/main/resources with the following attributes:

    email.properties:

email.username=
email.password=

twitter4j.properties:

debug=true
oauth.consumerKey=
oauth.consumerSecret=
oauth.accessToken=
oauth.accessTokenSecret=
  • Build the project and launch the app on your smartphone
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].