Software
SDK Subscription Packages
Smart Venue App
Smartify your venue whether it is a showroom, office, lab, shopping mall, cafe, or restaurants. LiPHY gives you:
- Indoor positioning
- Contact tracing
- Location-based advertising
- Secured content access
Community Apps
LiPHY
Standard VLC (visible light communication) scanning app
LiPHY Smart City
VL (visible light) Indoor Navigation and Checkin app
Custom Apps with our SDK
- Unlimited content IDs
- Best for small-scale deployment
- SDK included
- Email support
- Beta access
- Optional modules (i.e. AR)
Easy to Integrate
We have prepared a hassle-free SDK for you to focus on the application of Visible Light Communication.
self.lightManager = [[LFLightManager alloc] init];
self.lightManager.isFront = YES;
self.lightManager.delegate = self;
[self.lightManager startTracking];
- (void)lightManager:(LFLightManager *)manager didTrackLight:(LFLight *)light {
// do the magic here
}
this.lightManager = new LightManager(context);
this.lightManager.setIsFront(true);
this.lightManager.setLightTrackingCallback(new LightTrackingCallback() {
@Override
public void didTrackLight(LightBeacon beacon) {
// do the magic here
}
});
this.lightManager.startTracking();
Get Early Access
LiPHY App
Try out our LiPHY application on iOS and Android
If you do not have Google Play, download the app from link below.