Skip to content

xjones/WunderLINQ-iOS

 
 

Repository files navigation

WunderLINQ iOS App

The WunderLINQ app is for use with the WunderLINQ Hardware

The WunderLINQ is a combination of Plug-and-Play hardware that snaps into your existing BMW Motorcycle Navigation Prep and a companion app for your Android or iOS phone or tablet. Together they allow you to control your mobile device and other connected devices like GoPros from your handlebar wheel.
If your motorcycle also has the On Board Computer Pro option the WunderLINQ can also receive and decode performance and fault data.

Build Instructions

  1. Clone the project and open the workspace in Xcode

  2. Create a file called WunderLINQ/Secrets.swift with your own Google Maps API key and Spotify app ID it, like so:

struct Secrets {
    static let spotify_app_id = "YOUR_APP_ID_HERE"
    static let google_maps_api_key = "YOUR_API_KEY_HERE"
}
  1. Build and Run

About

WunderLINQ iOS App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 84.6%
  • Objective-C 14.4%
  • Other 1.0%