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 sharing functionality (Project Rome)
https://github.com/nearby-sharing/android
android bluetooth hacktoberfest nearby-sharing nearshare project-rome wifi windows-10 windows-11 xamarin
Last synced: 19 days ago
JSON representation
Share files between android and PC via the Windows 10 / 11 built-in 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:10:08.000Z (27 days ago)
- Last Synced: 2024-10-26T02:57:33.816Z (25 days ago)
- Topics: android, bluetooth, hacktoberfest, nearby-sharing, nearshare, project-rome, wifi, windows-10, windows-11, xamarin
- Language: C#
- Homepage: https://nearshare.shortdev.de
- Size: 23.2 MB
- Stars: 686
- Watchers: 11
- Forks: 34
- Open Issues: 25
-
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!