Skip to content

benschop-it/UniversalSend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

UniversalSend for Windows 10 Mobile

A third-party LocalSend client for the UWP platform, specifically targetting Windows 10 Mobile.

This project is developed based on the LocalSend protocol, see: localsend/protocol

Requirements:

  • System version: Windows 10 (15063 and above)

  • System architecture: ARM

  • Compatibility of each platform:

    Platform name State Remark
    Mobile ✔️Fully usable The interface has been optimized

Implemented functions:

  • Announcement through broadcasting over UDP (new!)
  • Receiving files
  • Send files, texts
  • Device Favorites
  • As the file picker location for other UWP apps
  • Transfer through system sharing api

Functions to be implemented:

  • Receive text
  • Confirm before receiving
  • Multi-language support
  • Support for HTTPS -> This will NEVER be supported on Windows 10 Mobile because of OS limitations.
  • Display the progress of a single file transfer
  • Handle the FileType of the sent file
  • Support for LocalSend protocol V2

A practice project with a wild coding style. Please don't criticize if you don't like it!

Open source project references:

Function Project name and link
Send and receive protocol localsend/protocol
HTTP Server tomkuijsten/restup
This code has been integrated in the project

About

UWP LocalSend implementation for Windows 10 Mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%