File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,23 @@ Adding routes is explained elsewhere, here are a few resources for you:
159159 ./adslib_for_linux/build/AdsTool/AdsTool < target_ip> addroute --addr=< linux_ip> --netid=< linux_netid> --password=< target_password>
160160 ```
161161
162+ ## Platform support diagram
163+
164+ ``` mermaid
165+ flowchart LR
166+ subgraph AdsToJava["AdsToJava-3.dll"]
167+ end
168+ subgraph libAdsToJava["libAdsToJava-3.so"]
169+ end
170+ subgraph TcJavaToAds["TcJavaToAds-3.1.0.jar"]
171+ end
172+ TcJavaToAds --"Windows"--> AdsToJava
173+ TcJavaToAds --> libAdsToJava
174+ AdsToJava --> TcAdsDll.dll
175+ libAdsToJava --"Linux"--> libads.so
176+ libAdsToJava --"Tc/BSD"--> libTcAdsDll.so
177+ ```
178+
162179## Contributing
163180
164181The main purpose of this repository is to continue evolving this
You can’t perform that action at this time.
0 commit comments