Skip to content

Proof-of-Concept: Connect a web app on iOS to something over bluetooth

Notifications You must be signed in to change notification settings

rumesh/bluetooth-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Bluetooth POC

The goal for this POC is to be able to use a (Android or iOS) device's Bluetooth to connect to other Bluetooth peripherals.

Web Bluetooth

Checkout the branch feat/web-bluetooth-api for the web app.

Hybrid app
Checkout the branch feat/android or feat/ios for the hybrid app.

$ npm i

Android

$ cordova platform add android
$ cordova run android

iOS

$ cordova platform add android
$ cordova run android

Native

Checkout the branch feat/react-native for the native app.

About

Proof-of-Concept: Connect a web app on iOS to something over bluetooth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published