Skip to content

Commit 50dece5

Browse files
committed
Link to new RCCService implementation
1 parent 66a8255 commit 50dece5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Docs/src/content/docs/services/rcc.mdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ If using a Lua script over SOAP, the script will instruct the service what to do
2929

3030
Mercury Core communicates with RCC via a proxy server. This helps to ensure security, while also improving ease of communication with the service. In some cases, an RCC instance will produce invalid responses or gzip compress outputs based on their size, which a proxy server helps to prevent, as well as being able to downsize & de-alias images and compress responses into a more efficient binary format (as opposed to the standard Base64 encoding) to reduce network traffic and improve response speeds.
3131

32-
{% aside type="danger" title="Available implementations" %}
33-
An implementation of the proxy server is available at [gist.github.com/Heliodex/639fea9aa7808a7d9cf9c1ed4cfc4eff](https://gist.github.com/Heliodex/639fea9aa7808a7d9cf9c1ed4cfc4eff). However, this implementation is outdated and uses the old Base64 communication format. An updated version will be made available soon.
32+
{% aside type="tip" title="Available implementations" %}
33+
An implementation of the proxy server is available at [tp-link-extender/RCCService/Proxy](https://github.com/tp-link-extender/RCCService/tree/main/Proxy). An older version, using the outdated Base64 communication format, can be found at [gist.github.com/Heliodex/639fea9aa7808a7d9cf9c1ed4cfc4eff](https://gist.github.com/Heliodex/639fea9aa7808a7d9cf9c1ed4cfc4eff).
3434
{% /aside %}
3535

3636
The proxy server should run on port 64990. A **.env** file should be created in the same directory as the proxy server executable, with the following contents:
3737

3838
```
3939
IP=::1
40-
ENDPOINT=http://xtcy.dev/api/render/update
40+
ENDPOINT=http://mercs.dev/api/render/update
4141
RCC_KEY=password
4242
```
4343

0 commit comments

Comments
 (0)