Skip to content

why is no one building native p2p

Notifications You must be signed in to change notification settings

maceip/ultrawideband

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultra

ultrawideband: native, mobile, p2p

a p2p demo with ios <=> android interop

Warning

simulators dont work, you need real hw

to build on ios

open ultrawideband/uwb-ios/connections/swift/NearbyConnections/Example/p2px-ios.xcodeproj/project.xcworkspace

to build on android

cd ultrawideband/uwb-android &&  ./gradlew build

Note

google's nearby lib needs a flag set to get ios interop working
nearby/connections/implementation/flags/nearby_connections_feature_flags.h

// Disable/Enable BLE v2 in Nearby Connections SDK.
constexpr auto kEnableBleV2 =
    flags::Flag<bool>(kConfigPackage, "45401515", true);

set this to true ^

About

why is no one building native p2p

ftp://pse.dev

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published