Skip to content

Commit cf9d146

Browse files
committed
Add platform support diagram to README
1 parent b7b27b8 commit cf9d146

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

164181
The main purpose of this repository is to continue evolving this

0 commit comments

Comments
 (0)