chakra
chakra copied to clipboard
How to view the contents of the .et file directly
When I went through the Chakra Tutorial or the Basic Tutorial section, I learned that the .et file contains some node details, because I want to know all the communication between the source node and the destination node (i.e. who communicates with whom, what data is communicated), can I get it from the et file, and if so, how do I open the et file? I look forward to your answer, I will be very grateful
You can convert .et file to JSON file with jsonizer. Once you open this, you would see process group encoded there.
您可以使用 jsonizer 将 .et 文件转换为 JSON 文件。打开此窗口后,您将看到 process group 编码在那里。 thanks for your answer,i learned it.