blackboxembedded / WunderLINQ-iOS

WunderLINQ iOS App
https://blackboxembedded.com
GNU General Public License v3.0
15 stars 7 forks source link
ios motorcycles

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.

Get it on AppStore

Translation status

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"
    }
  3. Build and Run