Mobile Apps

Android Integration

Overview Mist provides indoor blue dot navigation experience with 16 vBLE antenna array in Mist Access Point. This guide will provide detailed information on our Android SDK. It will help you configure application to integrate Mist SDK and initialize location services. MistSDK DR uses dead reckoning approach to calculate user’s current position by using a...

How do I get the Mist SDK

Currently Mist SDK document is on github/wiki If you’re viewing this page from Mist Courses you may need to cut and paste links into another browser window Android  (https://github.com/mistsys/mist-vble-android-sdk/wiki) iOS (https://github.com/mistsys/mist-vble-ios-sdk/wiki) For Android, one can use maven central to include our SDK in code or manually download .aar files from github. Latest Mist SDK Android:...

IOS Integration

Overview Mist SDK will provide you the indoor blue dot experience using Mist’s 16 vBLE antenna array Access point. Using this SDK you will know where the user is and can provide the proximity-related notification using Mist patented vBeacon technology. MistSDK DR uses a dead reckoning approach to calculate the user’s current position by using...

Lat/Lon Using Mist SDK

Mist SDK provides Lat/Lon that can be used for wayfinding use cases where users move indoors to outdoors or vice versa within the large building campus. Prerequisites: In order to build an app using Mist SDK, you need to have the following prerequisites: Basic knowledge of swift/Objective or Java programming. Xcode setup for iOS and...

Mist AI Mobile App

About: The Mist AI app is designed to help in installing Juniper Switch(es), Wan edge routers, Mist edge  and Mist Access Point(s) for easy on-boarding. Mist AI app support following user roles: Installer role Installer role has a minimum level of access to the org, sites, and AP’s. Can do the initial installation such as...

Mist Experience – Marvis Client

Introducing a new capability, Marvis network reporting, this enables the android mobile devices to send network information to the Mist cloud, along with location data, when using Mist experience. This client provides complete network data from the end client’s perspective and can help to troubleshoot client-specific network connectivity issues. Mist Experience will allow you to...

Mist Experience Mobile App

  The Mist Experience application demonstrates the use cases that are enabled by the location services using Mist SDK and Mist API delivered by Mist Systems leveraging directional vBLE arrays and Unsupervised machine learning. Mist Experience app is available for App Store and Play Store. This App is compatible with the following device:  iPhone, iPod,...

Mist SDK Best Practices

Mist SDK is an indoor location SDK that provides real-time location coordinates using Mist’s vBLE antenna array Access Point. How does it work? Mist SDK integrated into the mobile app(iOS or Android) listens to the vBLE beams transmitted from the Mist Access Points. SDK sends the RSSI to the Mist Cloud. Mist Location Engine, based...

Mist SDK FAQ

What is Mist SDK? Where do we use it? Mist SDK will provide you the indoor blue dot experience using Mist’s 16 vBLE antenna array Access point. Using this SDK, you will know where the user is and can provide the proximity-related notification using Mist patented vBeacon technology. You can use the Mist SDK to...

Troubleshooting Mist SDK Issues

1. SDK crash, error, or warning in Xcode while running SDK. Reason: Mobile App is running on the simulator. Warning: ignoring file /Users/username/project/mist-vble-ios-sdk/DemoApp/Mist-indoor-location-dr/Pods/MistSDKDR/Framework/MistSDK.framework/MistSDK, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64 Error: Undefined symbol: _OBJC_CLASS_$_MSTPoint Undefined symbol: _OBJC_CLASS_$_MSTCentralManager Undefined symbol: _OBJC_CLASS_$_MSTOrgCredentialsManager Fix: Run the App on iPhone or iPad device....