diff --git a/README.md b/README.md index ad31803..3464c41 100755 --- a/README.md +++ b/README.md @@ -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)
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)
diff --git a/img/p2p_connection.png b/img/p2p-connection.png similarity index 100% rename from img/p2p_connection.png rename to img/p2p-connection.png diff --git a/img/p2p_exe.png b/img/p2p-exe.png similarity index 100% rename from img/p2p_exe.png rename to img/p2p-exe.png diff --git a/img/p2p_schema.png b/img/p2p-logic.png similarity index 100% rename from img/p2p_schema.png rename to img/p2p-logic.png diff --git a/img/p2p_remote_desktop.png b/img/p2p-remote-desktop.png similarity index 100% rename from img/p2p_remote_desktop.png rename to img/p2p-remote-desktop.png