Skip to content

Wascht0/GattServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GattServer

Project Description

A simple Gatt-Server for the Raspberry Pi Bluetooth writte in C# (.Net Framework 4.6.1)

Requirements

Mono

In order to run a .Net-Framwork program on a Linux system, a corresponding implementation of the .Net Framework for the host system is required.

Mono Projekt

sudo apt-get install mono-complete

Policy Settings

Adding the GattServer-Service to the Bluetooth-Policy

sudo nano /etc/dbus-1/system.d/bluetooth.conf
<policy user="root">
	<allow own="org.bluez"/>
	<allow send_destination="org.bluez"/>
	...
	<allow own="org.GattServer"/>
</policy>

additional libarys

Additional libraries are required for this program. These are located in the folder libs in the root directory.

  • dbus-sharp
  • Mono.Posix

Infos

Bluez

DBus Bluez-API

DBus .Net Libary

About

simple gatt-server for raspberry/bluez

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages