Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/nearby
🐿️ A collection of projects focused on connectivity that enable building cross-device experiences.
https://github.com/google/nearby
Last synced: 3 months ago
JSON representation
🐿️ A collection of projects focused on connectivity that enable building cross-device experiences.
- Host: GitHub
- URL: https://github.com/google/nearby
- Owner: google
- License: apache-2.0
- Created: 2020-04-23T20:41:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:47:27.000Z (7 months ago)
- Last Synced: 2024-04-13T20:56:55.741Z (7 months ago)
- Language: C++
- Homepage: https://developers.google.com/nearby
- Size: 26.4 MB
- Stars: 653
- Watchers: 25
- Forks: 141
- Open Issues: 133
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rainmana - google/nearby - 🐿️ A collection of projects focused on connectivity that enable building cross-device experiences. (C++)
README
# Nearby
Nearby is a collection of projects focused on connectivity that enable building cross-device experiences.
This is not an officially supported Google product.
## Projects
### [Nearby Connections](connections/)
A peer-to-peer networking API that allows apps to easily discover, connect to, and exchange data with nearby devices in real-time, regardless of network connectivity.
### [Fast Pair](fastpair/)
Utilizes Bluetooth Low Energy (BLE) to discover nearby Bluetooth devices without using significant phone battery, enabling "magical" scenarios based on device proximity.
### [Nearby Presence](presence/)
An extension to Nearby Connections that features an extensible identity model for authentication and restricted visibility, resource management for system health, and proximity detection through sensor fusion.
### [Nearby for Embedded Systems](embedded/)
A lightweight implementation of Fast Pair intended for embedded systems.
## Contributing
We encourage you to contribute to Nearby! Please check out the [Contributing to Nearby guide](CONTRIBUTING.md) for guidelines about how to proceed.
## License
Nearby is released under the [Apache License 2.0](LICENSE)