Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.13 KB

Nearby Sharing (NearShare)

This repo contains a fully functional implementation of the MS-CDP and NearShare protocol that powers the Windows 10+ built-in sharing functionality (Aka Project Rome).

Note

This repository contains a fully functional Android app that serves as a frontend of libCdp.
You can visit nearshare.shortdev.de for download and setup instructions.

Tip

For other platforms have a look at the other repositories!

Building

This project consists of .NET 8 library and Android projects.
You can use the Visual Studio solution or the dotnet cli to build and deploy the app:

cd src
dotnet run

Contribute

Contributions are welcome!
Have a look at the Wiki or ask via Discord to get started!