Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

This is the companion repo to the "Writing an SDK With Core Bluetooth" series.

License

Notifications You must be signed in to change notification settings

LittleGreenViper/Magic8Ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

This is a repo that will accompany a series of posts on introduction to Core Bluetooth.

The "working code" for the repo is in the SDK-Src directory. This will be a simple framework project that implements a very simple "Magic 8-Ball" application that runs on two different Apple devices.

One device acts as a Bluetooth Central device, and the other as a Bluetooth Peripheral device.

The user "asks a question" from the Central device, and "gets an answer" from a Peripheral device.

The communication between the devices is Bluetooth Low Energy, managed by Apple's Core Bluetooth API.

The Apps-src directory contains 4 applications. These are for each of the Apple platforms: Mac, iOS/iPadOS, Watch, and TV.