https://github.com/nearby-sharing/android
Share files between android and PC via the Windows 10 / 11 built-in nearby-sharing functionality (Project Rome)
https://github.com/nearby-sharing/android
airdrop android bluetooth hacktoberfest nearby nearby-sharing nearshare project-rome share wifi windows-10 windows-11 xamarin
Last synced: 1 day ago
JSON representation
Share files between android and PC via the Windows 10 / 11 built-in nearby-sharing functionality (Project Rome)
- Host: GitHub
- URL: https://github.com/nearby-sharing/android
- Owner: nearby-sharing
- License: gpl-3.0
- Created: 2022-03-15T20:31:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T21:33:59.000Z (24 days ago)
- Last Synced: 2025-04-21T21:34:34.915Z (24 days ago)
- Topics: airdrop, android, bluetooth, hacktoberfest, nearby, nearby-sharing, nearshare, project-rome, share, wifi, windows-10, windows-11, xamarin
- Language: C#
- Homepage: https://nearshare.shortdev.de
- Size: 23.4 MB
- Stars: 747
- Watchers: 13
- Forks: 36
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
---
title: About
outputFileName: index.html
---# Nearby Sharing (`NearShare`)
This repo contains a fully functional implementation of the [`MS-CDP`](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cdp) and `NearShare` protocol that powers the `Windows 10+` built-in sharing functionality (Aka [`Project Rome`](https://github.com/microsoft/project-rome)).
> [!NOTE]
> This repository contains a fully functional `Android` app that serves as a frontend of `libCdp`.
> You can visit [nearshare.shortdev.de](https://nearshare.shortdev.de) for download and setup instructions.> [!TIP]
> For other platforms have a look at the [other repositories](https://github.com/nearby-sharing)!## Building
This project consists of `.NET 8` library and `Android` projects.
You can use the [`Visual Studio`](https://visualstudio.microsoft.com/de/) solution or the [`dotnet`](https://dotnet.microsoft.com/en-us/download) cli to build and deploy the app:```shell
cd src
dotnet run
```## Contribute
Contributions are welcome!
Have a look at the [contributing guidelines](CONTRIBUTING.md) to get started!## License
This project is licensed under [GPL-3.0](LICENSE.md).