#debugging #idewave #handler #wow-client #idewave-cli #smart-cli #console-client

bin+lib tentacli

Smart wow-client (cli), you can use it as separate app or integrate into your own project

20 stable releases (6 major)

10.0.0 Apr 13, 2024
9.0.0 Apr 10, 2024
8.0.7 Apr 5, 2024
8.0.6 Mar 4, 2024
4.1.1 Jan 31, 2024

#505 in Network programming

Download history 23/week @ 2024-01-28 2/week @ 2024-02-04 103/week @ 2024-02-11 144/week @ 2024-02-18 616/week @ 2024-02-25 338/week @ 2024-03-03 48/week @ 2024-03-10 6/week @ 2024-03-17 1/week @ 2024-03-24 109/week @ 2024-03-31 538/week @ 2024-04-07 39/week @ 2024-04-14

688 downloads per month
Used in idewave_packet

Custom license

150KB
3.5K SLoC

TentaCLI

TentaCLI is embeddable, extendable console client for WoW 3.3.5a server.

You can use the CLI to debug TCP packets from/to World of Warcraft Server. Or even send your own packet (need to implement handlers). Also, you can use it as bot (but you need to implement actions by yourself and attach as separate feature, for examples you could check lib.rs rustdoc or existing features like ui or console).

Or even integrate with your own app (by installing it with cargo)

How to start

  • After first run tentacli will create Config.yml and .env files in the location that you passed to the RunOptions { ..., config_path, dotenv_path }.
  • Edit Config.yml: set your account name, password, realm and character for autoselect (or set them empty to select manually)
  • Edit .env: set your Wow Server IPADDR/HOST or keep 127.0.0.1 for local server
  • Run again

Features

  • Authentication (without reconnection)
  • Parses update packets, chat, movement and some other basic stuff
  • UI with keyboard interaction (including history scrolling and details output in DEBUG mode)
  • Auto Realm/Character, configurable in Config.yml
  • Accepts external feature set
  • Supports multi-config (you can pass custom config and .env paths)
  • Supports multi-account sets (you can set multiple account per host in config)
  • Supports auto-character create on empty or newly added accounts (see config)

You want to contribute

It's always welcome. Just create pull request with your improvements, bugfix etc.

Want to discuss ?

Join us on Discord: https://discord.gg/2qa6dS3Aj6 !

If you want to support...

...you could buy me a ko-fi

Dependencies

~10–23MB
~301K SLoC