A module that allow users to stimluate communcation system via their own device


Keywords
BYOD, COMMUNICATION
License
MIT
Install
pip install moblabpy==0.1.8

Documentation

Project description

Toolbox for creating and experimenting on communication channels using computer screen and mobile phone camera

Made and tested purely on Python 3.9

Installation of IP Camera required

Set up communication channel that are sensitive to signal strength and burst errors

Used for studying the effect of noise and error correction in communication

Installation

Moblabpy uses pyzbar, and the zbar library is required. It is included with the Windows Python wheels. On Mac OS, run the following command to install the zbar shared library:

	brew install zbar

Install the Python wrapper:

	pip install pyzbar

Documentation

To see the user manual of MobLabPy, it is available on the github pages.