-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Sergio Ivanuzzo edited this page Aug 20, 2024
·
16 revisions
TentaCLI is embeddable extendable console WoW 3.3.5a client (probably in future will be added support for another versions). You can use it as separate app to debug TCP packets which come from/to server. You can also include it as library for your own application. Just install it using cargo.
TentaCLI can be extended by your own features (see Feature
trait and features directory for examples).