Coder Social home page Coder Social logo

vuzixconnectivity's Introduction

Vuxiz Connectivity

Vuzix Connectivity framework allows iOS apps to share the BLE connnection to communicate with apps that are running on the Vuzix Blade. There is no need to pair the BLE connection, as the framework uses the same BLE connection established and setup in the Vuzix Companion App. There is also no need to define a protocol model as we have already done that. You can send simple messages between Blade and your iPhone app seemlessly. Apps running on the Vuzix Blade will need to utilize the Vuzix Android Connectivity library. Since messages are sent as BLE messages, it is best to send smaller messages as throughput is limited when using BLE.

Requirements

  • Blade OS 2.10 or higher
  • Latest version of Vuzix Companion app running on iPhone App Store
  • App running on Blade must use the Android Connectivity SDK
  • Blade and Companion app must be linked.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Vuzix Connectivity into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'VuzixConnectivity'

Manually

If you prefer to not use Cocoapods, then you can integrate the Vuzix Connectivity framework into your project manually.

Simply download the framework from Vuzix's github page: and follow the steps below:

  • Unzip framework
  • Drag the VuzixConnectivity.framework into your project.
  • Go to General pane of the application target in your project. Add VuzixConnectivity.framework to the Embedded Binaries section.
  • Import VuzixConnectivity in your Swift file and use in your code.

Documentation

Documentation of the API, along with examples can be found at Vuzix's Developer portal. Also see the docs located at https://vuzix.github.io/VuzixConnectivity/

vuzixconnectivity's People

Contributors

joe-martin-vuzix avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vuzixconnectivity's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.