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

Latest commit

 

History

History
16 lines (9 loc) · 1.48 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.48 KB

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.