mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2025-08-16 16:05:38 +00:00
Add files via upload
This commit is contained in:
parent
985f1d5499
commit
ab1bf4c891
16
README-PL.md
Normal file
16
README-PL.md
Normal file
@ -0,0 +1,16 @@
|
||||
<p align="center">
|
||||
[<a href="README-DE.md">Deutsch</a>] | [<a href="README-NL.md">Nederlands</a>]<br>
|
||||
</p>
|
||||
|
||||
# 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=<public ip of this machine> cargo run
|
||||
```
|
||||
|
||||
https://rustdesk.com/blog/id-relay-set/
|
||||
|
||||
https://github.com/rustdesk/rustdesk/issues/115
|
Loading…
x
Reference in New Issue
Block a user