Skip to content

Commit

Permalink
Add platform support diagram to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vossjannik committed Jan 15, 2024
1 parent b7b27b8 commit cf9d146
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,23 @@ Adding routes is explained elsewhere, here are a few resources for you:
./adslib_for_linux/build/AdsTool/AdsTool <target_ip> addroute --addr=<linux_ip> --netid=<linux_netid> --password=<target_password>
```

## Platform support diagram

```mermaid
flowchart LR
subgraph AdsToJava["AdsToJava-3.dll"]
end
subgraph libAdsToJava["libAdsToJava-3.so"]
end
subgraph TcJavaToAds["TcJavaToAds-3.1.0.jar"]
end
TcJavaToAds --"Windows"--> AdsToJava
TcJavaToAds --> libAdsToJava
AdsToJava --> TcAdsDll.dll
libAdsToJava --"Linux"--> libads.so
libAdsToJava --"Tc/BSD"--> libTcAdsDll.so
```

## Contributing

The main purpose of this repository is to continue evolving this
Expand Down

0 comments on commit cf9d146

Please sign in to comment.