Challengermode / CoreRcon

A .NET Standard implementation of the Source RCON Protocol.
MIT License
72 stars 14 forks source link

LogReceiver not working #15

Closed Nerus87 closed 3 years ago

Nerus87 commented 3 years ago

SRCDS CSS/CSGO

var log = new LogReceiver(62449, new IPEndPoint(IPAddress.Parse("10.0.0.9"), 27016));
WriteLine($"Port: {log.ResolvedPort}"); // -> 62449

log.ListenRaw(message =>
{
    WriteLine($"Mssage: {message}");
});
logaddress_list: 5 entries
0.0.0.0:50000
0.0.0.0:27015
0.0.0.0:62449
10.0.0.9:62449
127.0.0.1:62449
status
hostname: Test
version : 1.37.8.3/13783 1245/8012 secure
udp/ip  : 10.0.0.9:27016
os      :  Windows
type    :  community dedicated
gotv[0]:  port 27021, delay 105.0s, rate 32.0
players : 1 humans, 3 bots (12/0 max) (not hibernating)

obraz

Wait a sec I need to check something

Nerus87 commented 3 years ago

I'm so fcking dummy, it's working on both CSS/CSGO, can be closed/deleted, sorry for the mess.