# Logging # Verbosity: debug,info,notice,warn,err verbose=debug # Enable logging to a file. log_file=0 # Log file path. log_filepath=/tmp/mysgw-nrf24.log # Enable logging to a named pipe. # Use this option to view your gateway's log messages # from the log_pipe_file defined bellow. # To do so, run the following command on another terminal: # cat "log_pipe_file" log_pipe=0 log_pipe_file=/tmp/mysgw-nrf24.pipe # Enable logging to syslog. syslog=0 # EEPROM settings eeprom_file=/etc/mysensors-nrf24.eeprom eeprom_size=1024 # Software signing settings # Note: The gateway must have been built with signing # support to use the options below. # # To generate a HMAC key run mysgw with: --gen-soft-hmac-key # copy the new key in the line below and uncomment it. soft_hmac_key=AD5FEE012A7C793950558BA97E974F5B85476584ED1E4AC77FDB9FB0DE72A04F # To generate a serial key run mysgw with: --gen-soft-serial-key # copy the new key in the line below and uncomment it. soft_serial_key=C2B57D1215706E0F91 # Encryption settings # Note: The gateway must have been built with encryption # support to use the options below. # # To generate a AES key run mysgw with: --gen-aes-key # copy the new key in the line below and uncomment it. aes_key=26548DFDCF82E9DF33E7500E629D9C40