Module btpycom
[hide private]
[frames] | no frames]

Module btpycom

source code

Library that implements a event-based Bluetooth client-server system in contrast to the standard stream-based systems. Messages are sent in byte blocks (may be UTF-8 or ASCII encoded strings). The null charactor is used as End-of-Transmission indicator. The Bluetooth RFCOMM protocol is used.

Dependencies: Widcomm packages (Bluez)

Classes [hide private]
  BTServer
Class that represents a Bluetooth server.
  ServerHandler
  BTClient
Class that represents a Bluetooth socket based client.
  ClientHandler
Variables [hide private]
  BTCOM_VERSION = "1.00 - March 20, 2017"