Skip to content

A simple example on how to write a custom profile for a chat application

Notifications You must be signed in to change notification settings

julien-massot/BlueZ5Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GNU GENERAL PUBLIC LICENSE

Copyright (C) 2017 Julien Massot

You need BlueZ 5 and python dbus and GObject.

The code is mostly inspired by BlueZ python example, see https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/test

Code have been tested on BlueZ 5.45.

To run the chat example you need. Two devices with Bluetooth enabled :)

To pair both device using bluetoothctl. Then run the server on one machine: ./BlueZchat.py -s And the client on another one: ./BlueZchat.py -c

About

A simple example on how to write a custom profile for a chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages