intel / intelRSD

Intel® Rack Scale Design Reference Software
http://intel.com/IntelRSD
101 stars 55 forks source link

Question about Intel PODM source code architecture and function flow #95

Open housemic opened 6 years ago

housemic commented 6 years ago

Dear Intel - I am studying Intel PODM 2.3 source code, Could you help these questions ? thank you.

Q 1 - main() method is in the class - class VaultDecrypterMain (in file - VaultDecrypterMain.java), How PODM execute next method / function ? Are there configuration or setting for PODM to execute next method / function ?

Q 2 - Could you have information about Intel PODM source code architecture ? thank you.

House

RobertCMa commented 6 years ago

Hi @housemic ,

For the VaultDecrypt, it can have some information in PODM user guide chapter 4.7.

As the source code on Github is for reference code purpose, we do not have the document for revealing the architecture information. Hope to have your understanding.

housemic commented 6 years ago

Dear RobertCMa, for Q 2 - thank you. for Q 1 - How to execute next java function after executed main () function in Intel PODM ? thank you. House