commit | 8ca5ba99c39533890d9b856c61ddcae91775d0d2 | [log] [tgz] |
---|---|---|
author | suetfei <suetfei@google.com> | Fri Jan 28 00:42:01 2022 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 28 00:42:58 2022 |
tree | 60348495d79d23833352dce8fcd65bc33f2c4aca | |
parent | ef79ec04f7081c9f1afd0883f787f3c153b5cf02 [diff] |
Internal cleaup for protos. PiperOrigin-RevId: 424738503
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 cd nearby git submodule update --init --recursive
We support multiple platforms including Linux, iOS & Windows. The ultimate goal is to build from source (coming soon!). 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: Jan 2022