首次推送

This commit is contained in:
sansen
2026-07-20 19:01:03 +08:00
parent ea01b9cf99
commit ef1bf61f9f
4484 changed files with 937163 additions and 1 deletions
@@ -0,0 +1,9 @@
// Package teamspeak implements a TeamSpeak 3 (and compatible) client over UDP:
// handshake, EAX-encrypted packets, commands, notifications, optional voice, and file transfer helpers.
//
// Use [NewClient] with a [*crypto.Identity], call [Client.Connect], then [Client.WaitConnected]
// before sending commands or relying on client ID. Subpackages cover crypto identities,
// DNS/TSDNS resolution, transport framing, and TS3 command escaping/parsing.
//
// This is a clean-room implementation without the proprietary TeamSpeak SDK.
package teamspeak