# example dot-mbus file
# must be copied to ~/.mbus

[MBUS]
# only "encryption" method supported at the moment is none
ENCRYPTIONKEY=(NOENCR, )
# HASHKEY is a pair of (algorithm, key)
# support algorithms: HMAC-MD5-96 and HMAC-SHA1
HASHKEY=(HMAC-MD5-96, 5OEkpb1pPc3ymtyJ)
ADDRESS=224.255.222.239
PORT=4848
# multicast packet ttl=0/1
#SCOPE=HOSTLOCAL
SCOPE=LINKLOCAL
# deactivate optimzed unicast transmissions (eases debugging)
# (unicast is only used if packet is addressed to only 1 entity)
SEND_UNICAST=no
