commit | 0175a9809843167243de1241260c502ee67cd60d | [log] [tgz] |
---|---|---|
author | edwinwu <edwinwu@google.com> | Mon Nov 15 14:33:22 2021 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 15 14:34:02 2021 |
tree | 94d1e48302bfdf4832e90b074fd2671eb4bbe4b9 | |
parent | 363c247eb0ca1a12cd1e938c86cb96628afc03b2 [diff] |
Adds NearbyConectionsExample xcode project with README how to guide to build example project. PiperOrigin-RevId: 409963391
The repository contains the Nearby project C++ library code. This is not an officially supported Google product.
Nearby Connections is a high level protocol on top of Bluetooth/WiFi that acts as a medium-agnostic socket. Devices are able to advertise, scan, and connect with one another over any shared medium (eg. BT <-> BT). Once connected, the two devices share a list of all supported mediums and attempt to upgrade to the one with the highest bandwidth (eg. BT -> WiFi). The connection is encrypted, reliable, and fully duplex. BYTE, FILE, and STREAM payloads are all supported and will be chunked & transferred internally and recombined on the receiving device. See Nearby Connections Overview for more information.
git clone https://github.com/google/nearby-connections cd nearby-connections git submodule update --init --recursive
We support multiple platforms including Linux, iOS & Windows. The ultimate goal is to build from source. The offical build system we support is [bazel] (https://bazel.build). Before that is accomplished, we provide precompiled libraries as stop-gap solutions. See the following pages for platform specific instructions.
Last Updated: November 2021