IQRFcode.exe command-line utility provides IQRF Code encoding and decoding. The C# source code is available, thus the above algorithms can be easily migrated to different programming languages and operating systems.
• Encoding example
IQRFcode.exe encode -MID:12345678 -IBK:00112233445566778899AABBCCDDEEFF -HWPID:AABB
Output: 42rfRrBCHc7zLq2SZrdcCBkTv4wwaHbNeP
• Decoding example
IQRFcode.exe decode -Code:42rfRrBCHc7zLq2SZrdcCBkTv4wwaHbNeP
Output: -MID:12345678 -IBK:00112233445566778899AABBCCDDEEFF -HWPID:AABB