Update Readme

This commit is contained in:
Kioubit 2023-03-06 21:33:13 +02:00
parent d952c6a454
commit d795eaf76a

View file

@ -8,7 +8,9 @@ to all viewers via a webpage.
## Setup
Run and assign a /64 IPv6 subnet to the created interface named `canvas`.
The program needs to run as root or with the `CAP_NET_ADMIN` capability
The program needs to run as root or with the `CAP_NET_ADMIN` capability.
Access the webpage where the canvas is displayed at: http://localhost:9090/
### Example
```
@ -26,4 +28,4 @@ Where:
- ``YYYY`` must be the target Y coordinate of the canvas, encoded as hexadecimal
- ``RR`` target "red" value (0-255), encoded as hexadecimal
- ``GG`` target "green" value (0-255), encoded as hexadecimal
- ``BB`` target "blue" value (0-255), encoded as hexadecimal
- ``BB`` target "blue" value (0-255), encoded as hexadecimal