Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T20:52:26.000Z (14 days ago)
- Last Synced: 2025-01-10T19:06:14.772Z (10 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: 720
- Watchers: 12
- Forks: 34
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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 [Wiki](https://github.com/nearby-sharing/android/wiki/Contributing) or ask via [Discord](https://nearshare.shortdev.de/community/) to get started!