From 9d7161c969bb70dbea5328f3c2585428e80fb799 Mon Sep 17 00:00:00 2001 From: psycho007 Date: Tue, 12 Aug 2025 17:44:59 +0200 Subject: [PATCH] Updated Documention (for sebwue) --- tools/batch_print/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tools/batch_print/README.md b/tools/batch_print/README.md index 6053caf..09e38bc 100644 --- a/tools/batch_print/README.md +++ b/tools/batch_print/README.md @@ -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}` +