From 44f018101c79ad64dc9f69ed6fb175817fb0e5d4 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:50:16 +0200 Subject: [PATCH 1/5] Update README-DE.md --- README-DE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-DE.md b/README-DE.md index 74083ac..411bb09 100644 --- a/README-DE.md +++ b/README-DE.md @@ -1,5 +1,5 @@

- [English] | [Nederlands]
+ [English] | [Nederlands] | [Polski]

# Eine funktionierende Demo der RustDesk Server-Implementierung From 23327730feb690977697ba6b316ebeacb1f2e10f Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:50:42 +0200 Subject: [PATCH 2/5] Update README-NL.md --- README-NL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-NL.md b/README-NL.md index d4120e0..e194f2e 100644 --- a/README-NL.md +++ b/README-NL.md @@ -1,5 +1,5 @@

- [English] | [Deutsch]
+ [English] | [Deutsch] | [Polski]

# Een werkende demo van de RustDesk serverimplementatie From 985f1d54992cb163e9f0445788fdbd5be246b982 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:51:01 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1782ed8..b685a9d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- [Deutsch] | [Nederlands]
+ [Deutsch] | [Nederlands] | [Polski]

# A working demo of RustDesk server implementation From ab1bf4c891f464f60e77f042f0ab8edff81d06d5 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:51:36 +0200 Subject: [PATCH 4/5] Add files via upload --- README-PL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README-PL.md diff --git a/README-PL.md b/README-PL.md new file mode 100644 index 0000000..1782ed8 --- /dev/null +++ b/README-PL.md @@ -0,0 +1,16 @@ +

+ [Deutsch] | [Nederlands]
+

+ +# A working demo of RustDesk server implementation +This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program. + +## How to run +```bash +# install rustup first, https://rustup.rs/ +IP= cargo run +``` + +https://rustdesk.com/blog/id-relay-set/ + +https://github.com/rustdesk/rustdesk/issues/115 From 05efb9faccc9fdf7e6500a7818851f8ad1689bd7 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:56:33 +0200 Subject: [PATCH 5/5] Update README-PL.md --- README-PL.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README-PL.md b/README-PL.md index 1782ed8..f09d5ea 100644 --- a/README-PL.md +++ b/README-PL.md @@ -1,14 +1,14 @@

- [Deutsch] | [Nederlands]
+ [English] | [Deutsch] | [Nederlands]

-# A working demo of RustDesk server implementation -This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program. +# Działające demo implementacji serwera RustDesk +Jest to bardzo prosta implementacja demonstracyjna z dozwolonym tylko jednym połączeniem, bez tłumaczenia NAT, trwałości, szyfrowania i innych zaawansowanych funkcji. Może to być dobry punkt wyjścia do napisania własnego serwera RustDesk. -## How to run +## Jak uruchomić ```bash -# install rustup first, https://rustup.rs/ -IP= cargo run +# zainstaluj najpierw rustup, https://rustup.rs/ +IP= cargo run ``` https://rustdesk.com/blog/id-relay-set/