mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2026-03-21 22:32:17 +00:00
Updated Documention (for sebwue)
This commit is contained in:
parent
77b67f1ef9
commit
9d7161c969
1 changed files with 15 additions and 1 deletions
|
|
@ -21,6 +21,20 @@ It requires a JSON file in the following format to register the data:
|
|||
"_snipeit_anydeskid_10": ""
|
||||
}
|
||||
```
|
||||
|
||||
# Requirements
|
||||
|
||||
## Python:
|
||||
|
||||
```
|
||||
sudo apt install python3 python3-requests
|
||||
```
|
||||
|
||||
## Network
|
||||
|
||||
THe executing device needs to be in the Pxe Network (10.200.4.xxx). The "angestoepselt setup" SSID is an approriate WLAN for this.
|
||||
|
||||
Usage:
|
||||
|
||||
`python print.py -j {path to json file} -i {amount of devices that should be registered}`
|
||||
`python3 print.py -j {path to json file} -i {amount of devices that should be registered}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue