Differences From Artifact [d6b1682cfa]:
- File rd-key.lua — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 5578) [annotate] [blame] [check-ins using]
To Artifact [d57494d6f4]:
- File rd-key.lua — part of check-in [f7c93df9f4] at 2024-07-10 19:07:16 on branch trunk — periodic update (user: lexi, size: 5578) [annotate] [blame] [check-ins using]
1 1 -- [ʞ] rd-key.lua 2 2 -- ~ lexi hale 3 --- © GNU EUPL v1.2 3 +-- 🄯 GNU AGPL v3 4 4 -- ? utility for generating and applying 64bit key 5 5 -- schedules to RD-5R "codeplug" provisioning profiles 6 6 -- > lua rd-key.lua gen sched.kch 7 7 -- > lua rd-key.lua apply sched.kch device.img 8 8 -- > dmrconfig -w device.img 9 9 10 10 function B(b, ...)