https://github.com/hexer10/teamspeak3-library
TeamSpeak3 ServerQuery library written in Dart
https://github.com/hexer10/teamspeak3-library
dart dart2 teamspeak-query teamspeak3 teamspeak3-bot
Last synced: 3 months ago
JSON representation
TeamSpeak3 ServerQuery library written in Dart
- Host: GitHub
- URL: https://github.com/hexer10/teamspeak3-library
- Owner: Hexer10
- License: bsd-3-clause
- Created: 2018-07-15T21:16:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T14:40:04.000Z (over 5 years ago)
- Last Synced: 2025-03-07T19:55:18.709Z (3 months ago)
- Topics: dart, dart2, teamspeak-query, teamspeak3, teamspeak3-bot
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/teamspeak3
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TeamSpeak
Created from templates made available by Stagehand under a BSD-style license.A library to connect to TeamSpeak3 using Query Protocol.
## Usage
A simple usage example:
```dart
var ts3 = TeamSpeak3(InternetAddress.loopbackIPv4, 10011, 'serveradmin', 'mypass');
await ts3.connect();
```## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/Hexer10/TeamSpeak3-Library/issues
## References
The latest version of the official documentation can be gathered by downloading and running a TeamSpeak3 server,
they will be located inside the `doc/serverquery` directory.Thanks to yat.qa the un-official [documentation][yat.qa].
[yat.qa]: http://yat.qa/resources