commit | 437f5f6f8dee3ec4ec886939b87ab4ab9ccbe3d0 | [log] [tgz] |
---|---|---|
author | hai007 <hais@google.com> | Thu Jan 21 00:57:58 2021 |
committer | hai007 <hais@google.com> | Thu Jan 21 00:57:58 2021 |
tree | 80cabd405a06cd472dd84fac2fb26a8853184831 | |
parent | c75b177b215bda5d234cf74db6cd9e2425c75983 [diff] |
patch cl/351272707 without adding frame timings.
This is not an officially supported Google product.
Coathored by:
Status: Implemented in C++
Design reviewers: TODO
Implementation reviewer: TODO
Last Updated: TODO
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.
pre-requisites: git
git clone https://github.com/google/nearby-connections cd nearby-connections git submodule update --init --recursive
this is a “source root” directory of the project
pre-requisites: openssl, cmake, c++ toolchain (c++17-capable)
TODO
TODO