From 8b3094005656d37c96c6f5059b7cc0c9d322aa92 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 14 Sep 2023 17:27:51 +0200 Subject: [PATCH] Add translation and temporary public rooms to README --- README.md | 58 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f2a093b..fc8ce2f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,12 @@ ## Features [PairDrop](https://pairdrop.net) is a sublime alternative to AirDrop that works on all platforms. -Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices. -As it is web based, it runs on all devices. +- File Sharing on your local network + - Send images, documents or text via peer to peer connection to devices on the same local network. +- Internet Transfers + - Join temporary public rooms to transfer files easily over the internet! +- Web-Application + - As it is web based, it runs on all devices. You want to quickly send a file from your phone to your laptop?
You want to share photos in original quality with friends that use a mixture of Android and iOS? @@ -32,14 +36,29 @@ You want to quickly send a file from your phone to your laptop? Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) ## Differences to Snapdrop +
Click to expand -### Device Pairing / Internet Transfer -* Pair devices via 6-digit code or QR-Code -* Pair devices outside your local network or in complex network environment (public Wi-Fi, company network, Apple Private Relay, VPN etc.). +### Paired Devices and Public Rooms - Internet Transfer +* Transfer files over the internet between paired devices or by entering temporary public rooms. +* Connect to devices in complex network environments (public Wi-Fi, company network, Apple Private Relay, VPN etc.). * Connect to devices on your mobile hotspot. -* Paired devices will always find each other via shared secrets even after reopening the browser or the Progressive Web App -* You will always discover devices on your local network. Paired devices are shown additionally. -* Paired devices outside your local network that are behind a NAT are connected automatically via the PairDrop TURN server. +* Devices outside your local network that are behind a NAT are connected automatically via the PairDrop TURN server. +* Connect to devices on your mobile hotspot. +* You will always discover devices on your local network. Paired devices and devices in the same public room are shown additionally. + +#### Persistent Device Pairing +* Pair your devices via a 6-digit code or a QR-Code. +* Paired devices will always find each other via shared secrets independently of their local network. +* Paired devices are persistent. You find your devices even after reopening PairDrop. +* You can edit and unpair devices easily +* Ideal to always connect easily to your own devices + +#### Temporary Public Rooms +* Enter a public room via a 5-letter code or a QR-Code. +* Enter a public room to temporarily connect to devices outside your local network. +* All devices in the same public room see each other mutually. +* Public rooms are temporary. Public rooms are left as soon as PairDrop is closed. +* Ideal to connect easily to others in complex network situations or over the internet. ### [Improved UI for sending/receiving files](https://github.com/RobinLinus/snapdrop/issues/560) * Files are transferred only after a request is accepted first. On transfer completion files are downloaded automatically if possible. @@ -68,12 +87,10 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) * When hosting PairDrop yourself you can [set your own STUN/TURN servers](/docs/host-your-own.md#specify-stunturn-servers) * Built-in translations +
+ ## Screenshots -
- -![Pairdrop Preview](/docs/pairdrop_screenshot_mobile.gif) - -
+ ## PairDrop is built with the following awesome technologies: * Vanilla HTML5 / ES6 / CSS3 frontend @@ -90,17 +107,22 @@ Have any questions? Read our [FAQ](/docs/faq.md). You can [host your own instance with Docker](/docs/host-your-own.md). -## Support the Community -PairDrop is free and always will be. Still, we have to pay for the domain and the server. - -To contribute and support:
+## Support PairDrop Buy Me A Coffee +PairDrop is free and always will be. +Still, we have to pay for the domain and the server. + +To contribute and support, please use BuyMeACoffee via the button above. + Thanks a lot for supporting free and open software! -To support the original Snapdrop and its creator go to [his GitHub page](https://github.com/RobinLinus/snapdrop). +## Translate PairDrop + +Translation status + ## How to contribute