Hi,
I'm trying to ghsotcast from Server2008 to a workstation (10.80.102.164)
To gather the task progress for reporting purposes, i'm thinking of looking at ngserver.log
But Looks like workstation names\IP Addresses are encoded in some way in the log.
Does anyone know how to decode\make sense of this :
Got status #\Status{ Name = (#[0xE8 0x39 0x35 0x4D 0x42 0x87]), Uuid = #[0x00 0xE8 0xDF 0x7E 0xF6 0x57 0xE1 0x11 0x00 0x00 0xE8 0x39 0x35 0x4D 0x42 0x87], Sequence = 3195476149U, Status = Idle, Platform = Win2k, Version = 720901, Build = 67802, IPADDRESS = 173041331, SUBNETMASK = 4294967232U, ProductVersion = #"115.01.2266" }
4:33:06 PM found client 2405U ip 10.80.102.179:1346 state = Idle
Specifically looking at the below :
- Name = (#[0xE8 0x39 0x35 0x4D 0x42 0x87])
- Uuid = #[0x00 0xE8 0xDF 0x7E 0xF6 0x57 0xE1 0x11 0x00 0x00 0xE8 0x39 0x35 0x4D 0x42 0x87]
- Sequence = 3195476149U
- IPADDRESS = 173041331
- SUBNETMASK = 4294967232U
Also, the log says found client 2405U ip 10.80.102.179:1346 .But thats not the client IP i was expecting. The client ip is 10.80.102.164.
Thank you.