mirror of
https://github.com/Kioubit/ColorPing
synced 2024-11-16 04:52:24 +08:00
Update Readme
This commit is contained in:
parent
d952c6a454
commit
d795eaf76a
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue