This runs the ETC3000 passcode generator

for the commissioning code password.
This commit is contained in:
Robin P. Clark 2026-07-13 14:39:33 +01:00
parent 373c75216b
commit d5ca0b2a18

12
run_code_6.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
# /run/user/1000/gvfs/smb-share:server=192.168.0.4,share=data/Product/Legacy Products/ETC3000
#
#
for i in $(seq 0 100 65536)
do
printf "%5d : " "$i"
wine CODE_6 "$i" 2>/dev/null | grep -v er
done