NEWIntroducing Bridgefy SDK 2.0
Bridgefy is a developer-friendly SDK that can be easily integrated into Android and iOS mobile apps to make them work without Internet. Companies increase engagement by letting people use their apps when they previously couldn't.
Unlimited mesh network hops
Send Offline Ads, Sounds, Game Moves
Smart message distribution algorithm
iOS - Android connections
Share Locations Offline
Consume Minimal Battery with Bluetooth Low-Energy
Option for 100% offline or hybrid networks
Unlimited mesh network “hops”
We're convinced that sophisticated and well-built technology can improve and even save lives. We constantly look for scalable, stable, and robust structures that increase app uptime. With just a few lines of code, your app can start working without Internet in minutes.
// Instance and Start Android
@Override
public void onRegistrationSuccessful(BridgefyClient bridgefyClient) {
// Once the API_KEY has been checked, Bridgefy is ready to start operations
Bridgefy.start(deviceListener, messageListener);
}
// Peer detection
@Override
public void onDeviceConnected(Device device) {
// Prepare a Message object for the new found device
HashMap message = new HashMap();
message.put("key", "Hello world!");
// Send a message to the found device
device.sendMessage(message);
}
// Send message
{
// Prepare a Message object for the new found device
HashMap message = new HashMap();
message.put("key", "Hello world!");
// Send a message to the found device
device.sendMessage(message);
}
// Receive message
@Override
public void onMessageReceived(Message message) {
// Do something with the received message
String s = (String) message.getContent().get("key");
}
The next wave of users isn't even online today. Billions of potential users own a smartphone but don't always have access to Internet. This shouldn't be a reason for them to have to stop using your app.
Increase engagement and revenue by allowing your users to stay connected.
People stop using mobile apps during large events, before/during/after natural disasters, or because they can't afford a data plan.
Open up your app to those places and situations in which your competitors are nowhere to be found, and capitalize on those markets before anybody else.
Share ads. Send alerts and notifications. Improve logistics. Many new ways of letting your app work are now available due to the elimination of Internet-related constraints.
Leverage the powerful mesh networks created by your Bridgefy-powered app to share information in ways that were previously impossible.
Offline Texting and Social Apps
Natural disaster apps
Offline Ride-Hailing
Offline Mobile Games
Music Concerts
Offline Educational Apps
Travel and Transportation Apps
Stadium Apps