Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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!