Skip to content

Commit

Permalink
[p2p] - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 27, 2021
1 parent 40e78d8 commit d1a087c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@

- Compile and Open `p2p.exe` as admin in 2 different PC's

![p2p-exe](img/p2p_exe.png)
![p2p-exe](img/p2p-exe.png)

- Copy the `My Lan or Wan IP` and communicate it to other peer.

![p2p-connection](img/p2p_connection.png)
![p2p-connection](img/p2p-connection.png)

- So the 2 peers have now the 2 enpoint to connect to, so press on both `Connect`.

- The 2 peers now are able to `sent messages` or take the `Remote Desktop Control` between them.

![p2p-desktop](img/p2p_remote_desktop.png)
![p2p-remote-desktop](img/p2p-remote-desktop.png)

</br >

It's use [UDT protocol](https://en.wikipedia.org/wiki/UDP-based_Data_Transfer_Protocol)
and thanks to `rendezvous` connection, it should be able to `bypass all firewall rules` etc, like a small concepts of `TeamViewer` at 0 cost!

![p2p-p2p](img/p2p_schema.png)
![p2p-logic](img/p2p-logic.png)

</br >

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit d1a087c

Please sign in to comment.