Skip to content

Instantly share code, notes, and snippets.

@dharmab
Created February 16, 2024 05:34
Show Gist options
  • Save dharmab/f4edce8f88932c4d4c5c1d9c6025eb18 to your computer and use it in GitHub Desktop.
Save dharmab/f4edce8f88932c4d4c5c1d9c6025eb18 to your computer and use it in GitHub Desktop.
{"time":"2024-02-15T22:29:16.0589779-07:00","level":"INFO","msg":"generating client GUID"}
{"time":"2024-02-15T22:29:16.0592392-07:00","level":"INFO","msg":"starting application"}
{"time":"2024-02-15T22:29:16.0592392-07:00","level":"INFO","msg":"constructing DCS client"}
{"time":"2024-02-15T22:29:16.0592392-07:00","level":"INFO","msg":"connecting to DCS-gRPC server","address":"localhost:50051"}
{"time":"2024-02-15T22:29:16.0597474-07:00","level":"INFO","msg":"constructing SRS client"}
2024-02-15 22:29:16.0658 | Ciribob.DCS.SimpleRadio.Standalone.Server.Network.SRSClientSession | Client connected: IP 127.0.0.1 | Port 53900
{"time":"2024-02-15T22:29:16.0658799-07:00","level":"DEBUG","msg":"sending message","message":{"Version":"v0.0.0-dev","MessageType":2,"Clients":[{"Name":"SkyEye Bot","ClientGuid":"zDJGSi68CDbfpJvsqKSSAi","Seat":0,"Coalition":0,"AllowRecord":true,"RadioInfo":{"unitId":0,"unit":"","radios":[{"freq":133,"modulation":0,"enc":false,"encKey":0,"secFreq":243,"retransmit":false}],"iff":{"control":2,"status":0,"mode1":-1,"mode2":-1,"mode3":-1,"mode4":false,"mic":-1},"ambient":{"vol":1,"abType":""}}}]}}
{"time":"2024-02-15T22:29:16.0658799-07:00","level":"DEBUG","msg":"sending message","message":{"Version":"v0.0.0-dev","MessageType":7,"Clients":[{"Name":"SkyEye Bot","ClientGuid":"zDJGSi68CDbfpJvsqKSSAi","Seat":0,"Coalition":0,"AllowRecord":true,"RadioInfo":{"unitId":0,"unit":"","radios":[{"freq":133,"modulation":0,"enc":false,"encKey":0,"secFreq":243,"retransmit":false}],"iff":{"control":2,"status":0,"mode1":-1,"mode2":-1,"mode3":-1,"mode4":false,"mic":-1},"ambient":{"vol":1,"abType":""}}}],"ExternalAWACSModePassword":"eeeee"}}
{"time":"2024-02-15T22:29:16.0669111-07:00","level":"INFO","msg":"running SRS client"}
{"time":"2024-02-15T22:29:16.0669111-07:00","level":"INFO","msg":"Running SRS audio client"}
{"time":"2024-02-15T22:29:16.0669111-07:00","level":"INFO","msg":"Running SRS data client"}
{"time":"2024-02-15T22:29:16.0669111-07:00","level":"INFO","msg":"sending initial sync message"}
{"time":"2024-02-15T22:29:16.0669111-07:00","level":"DEBUG","msg":"sending message","message":{"Version":"v0.0.0-dev","MessageType":2,"Clients":[{"Name":"SkyEye Bot","ClientGuid":"zDJGSi68CDbfpJvsqKSSAi","Seat":0,"Coalition":0,"AllowRecord":true,"RadioInfo":{"unitId":0,"unit":"","radios":[{"freq":133,"modulation":0,"enc":false,"encKey":0,"secFreq":243,"retransmit":false}],"iff":{"control":2,"status":0,"mode1":-1,"mode2":-1,"mode3":-1,"mode4":false,"mic":-1},"ambient":{"vol":1,"abType":""}}}]}}
{"time":"2024-02-15T22:29:16.0674333-07:00","level":"INFO","msg":"sending initial radio update message"}
{"time":"2024-02-15T22:29:16.0674333-07:00","level":"DEBUG","msg":"sending message","message":{"Version":"v0.0.0-dev","MessageType":3,"Clients":[{"Name":"SkyEye Bot","ClientGuid":"zDJGSi68CDbfpJvsqKSSAi","Seat":0,"Coalition":0,"AllowRecord":true,"RadioInfo":{"unitId":0,"unit":"","radios":[{"freq":133,"modulation":0,"enc":false,"encKey":0,"secFreq":243,"retransmit":false}],"iff":{"control":2,"status":0,"mode1":-1,"mode2":-1,"mode3":-1,"mode4":false,"mic":-1},"ambient":{"vol":1,"abType":""}}}]}}
<operator presses Ctrl+C to interupt bot>
2024-02-15 22:30:47.3670 | Ciribob.DCS.SimpleRadio.Standalone.Server.Network.SRSClientSession | Client disconnected: IP 127.0.0.1 | Port 53900
2024-02-15 22:30:47.3670 | Ciribob.DCS.SimpleRadio.Standalone.Server.Network.ServerSync | Disconnecting Client
2024-02-15 22:30:47.3670 | Ciribob.DCS.SimpleRadio.Standalone.Server.Network.ServerSync | Removed Disconnected Unknown Client
^^^^^^^ Here I expect to see the ClientGuid, why does it say Unknown?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment