Bridgefy keeps people connected when Internet is unavailable.
Increase engagement by integrating our native Android and iOS SDK that makes messaging, gaming, and ride-hailing apps work when your users don’t have access to data.
Bridgefy lets people connect in a variety of ways, over autonomous and efficient networks
Direct communication between devices, up to 330 feet.
Messages can be delivered over larger distances through intermediary devices.
Messages spread out to all nearby users.
Bridgefy.start(new DeviceListener() {
@Override
public void onDeviceConnected(Device device, com.bridgefy.sdk.client.Session session) {
super.onDeviceConnected(device, session);
}
@Override
public void onDeviceLost(Device device) {
super.onDeviceLost(device);
}
}, new MessageListener() {
@Override
public void onMessageReceived(com.bridgefy.sdk.client.Message message) {
super.onMessageReceived(message);
}
@Override
public void onBroadcastMessageReceived(com.bridgefy.sdk.client.Message message) {
super.onBroadcastMessageReceived(message);
}
});
Give your users a fantastic experience by providing new and exciting features like: P2P, Proximity, Mesh and Offline connectivity.
We’ve developed Bridgefy SDKs for Android and iOS, which includes communication between both operating systems.
Bridgefy is the only technology in the market that allows for messages to “hop” multiple times without device jailbreaking required, while preserving battery life, security, and allowing for Android - iOS communication.
Messages are shared through autonomous mesh networks created by mobile devices by using their Bluetooth and Wi-Fi antennas to allow information to travel large distances without requiring an Internet connection.