Topic: Porting WolfMQTT to UEFI BIOS
Hi,
I want to port over WolfMQTT into a UEFI BIOS EDK2 codebase (https://github.com/tianocore/edk2).
I don't see any example given in https://github.com/wolfSSL/wolfMQTT
And I want to integrate WoolfMQTT without WolfSSL as the tianocore codebase already have existing SSL.
So I would appreciate help:
(1) Step by step to integrate WolfMQTT into UEFI BIOS EDK2 codebase
(2) To build without WolfSSL integration
(3) Since, I skip WolfSSL integration, how to supply with custom SSL into WolfMQTT library?
Thank you!