Bluetooth communication between macOS and Ganglion with C++

edited September 2017 in Ganglion
I am curious if anyone has any experience and luck successfully using C++ to create a central and a peripheral relationship with Mac.

I am trying to build a terminal application in C++ that searches for the Ganglion, connects and receives the array of objects from the Ganglion board.
So far the Apple docs seem to be more angled for IOS development .
I have found the headers which compiles , but unable to find actual functions to implement the logic needed to search, connect , communicate

#include <IOKit/hid/IOHIDLib.h>

#include <CoreFoundation/CoreFoundation.h>

#include <IOKit/IOReturn.h>

#include <IOKit/IOTypes.h>

#include <IOBluetooth/IOBluetoothUserLib.h>

#include <IOBluetooth/IOBluetoothUtilities.h>

#include <CoreFoundation/CoreFoundation.h>



Has anyone encountered this before? I am almost leaning towards just using the Qt framework since it has built in bluetooth libraries which does what I want but wanted to stay away from any framework or overhead

Comments

Sign In or Register to comment.