Skip to content

Commit

Permalink
Merge branch 'tunneling'
Browse files Browse the repository at this point in the history
  • Loading branch information
molenzwiebel committed Jun 28, 2019
2 parents 507e260 + 9658de7 commit 30f2fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The new League client. Except it's on your phone.

Mimic is a different UI for the new League client that renders on your phone as a webpage instead of an application on your computer. It allows you to go through the game setup flow (from lobby until the end of champ select) from the safety of your toilet seat.

This repository contains the source code for Mimic. [Looking for the page with features and downloads instead?](http://mimic.molenzwiebel.xyz/desktop)
This repository contains the source code for Mimic. [Looking for the page with features and downloads instead?](https://mimic.lol)

## Developing Mimic

Expand All @@ -18,7 +18,7 @@ Mimic is composed of three different components: **web**, **conduit** and **rift

- [**Conduit**](/conduit) is the Windows application that redirects client traffic to the mobile website. It is written in C# and uses Websockets to connect to both the LCU and the mobile client.

- [**Rift**](/rift) is a simple Node/Express application whose main purpose is to manage internal+external IP pairs. It is used for automatic conduit discovery. Rift is only included for completeness-sake and isn't an essential part of the Mimic "stack".
- [**Rift**](/rift) is a Node/Express application that is responsible for tunneling a `Web <-> Conduit` connection through a central server. It also keeps track of the 6-digit codes issued to clients, doing so by signing JWT tokens. It does not get into contact with any raw data, since all traffic is end-to-end encrypted.

## License

Expand Down

0 comments on commit 30f2fb5

Please sign in to comment.