A Bluetooth wireless sensor network
Project description
blueberrywsn
blueberrywsn is an application developed during an undergraduate project for the Distributed Systems course of the Federal Technological University of Paraná. It can be used to create a server and clients to establish a Bluetooth network that monitors the light sensors of each client.
Implementation
The implementation of the server and client of blueberrywsn is based on the RFCOMM examples of the Bluetooth Python extension module PyBluez, which is also a dependency of this application.
Installation
First, make sure to install PyBluez’s dependencies:
sudo apt-get install python-dev libbluetooth-dev
Finally, blueberrywsn can be installed with pip:
sudo pip install blueberrywsn
Usage
Start the device as a server with:
blueberrywsn server
Start the device as a client with:
blueberrywsn client
Press enter or ctrl + c to stop.
Developers
The authors who developed this application are:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file blueberrywsn-0.1.0.tar.gz
.
File metadata
- Download URL: blueberrywsn-0.1.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcfbcbf4209a28de0e9240c128165caf88920327d963c854885c91d8c7b59385 |
|
MD5 | 1d2dae45c134ac6d133c67078825318c |
|
BLAKE2b-256 | 2326d80003cfe7ea655cdf6ab4d836753f47fad6e2e70b1f6b2cfc3059d0c798 |