Functions | |
def | addClientDataToPacket (bwPacket, config) |
Add the client information to the decoded data. | |
def | addServerDataToPacket (bwPacket, config) |
Add the server information to the decoded data. | |
/ __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ / / __ / / / /__ | | /| / / __ `/ __/ ___/ __ \ /_ < / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ / /_____/____//____/ |__/|__/__,_/__/___/_/ /_/ /____/ German BOS Information Script by Bastian Schroll
def boswatch.utils.misc.addClientDataToPacket | ( | bwPacket, | |
config | |||
) |
Add the client information to the decoded data.
This function adds the following data to the bwPacket: - clientName - clientVersion - clientBuildDate - clientBranch - inputSource - frequency
def boswatch.utils.misc.addServerDataToPacket | ( | bwPacket, | |
config | |||
) |
Add the server information to the decoded data.
This function adds the following data to the bwPacket: - serverName - serverVersion - serverBuildDate - serverBranch