source_server 1.1.0 copy "source_server: ^1.1.0" to clipboard
source_server: ^1.1.0 copied to clipboard

outdated

A dart implementation of Source's Query Protocol and RCON from the developer.valvesoftware.com wiki.

1.0.0 #

  • Initial version, created by Stagehand

1.0.7 #

  • Throw exception when writing to null

1.1.0 #

  • Add support for MinecraftServer.
  var server = MinecraftServer(InternetAddress('127.0.0.1'), 27015, 'mypassword');
  await server.connect();
  print(await server.send('say hello'));
  server.close();
  • Add skipFirst parameter for RconSocket to skip the first optionally packet.
6
likes
0
pub points
12%
popularity

Publisher

verified publisherhexah.net

A dart implementation of Source's Query Protocol and RCON from the developer.valvesoftware.com wiki.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

logging, pedantic

More

Packages that depend on source_server