chakra icon indicating copy to clipboard operation
chakra copied to clipboard

How to view the contents of the .et file directly

Open tninth opened this issue 1 year ago • 2 comments

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

tninth avatar Jan 09 '25 05:01 tninth

You can convert .et file to JSON file with jsonizer. Once you open this, you would see process group encoded there.

JoongunPark avatar Mar 19 '25 18:03 JoongunPark

您可以使用 jsonizer 将 .et 文件转换为 JSON 文件。打开此窗口后,您将看到 process group 编码在那里。 thanks for your answer,i learned it.

tninth avatar Apr 01 '25 02:04 tninth