############################################################## # Configuration file for Gsertel RCS devices # # This configuration file allows you to configure automatic # software and licenses updates for RCS devices. # # Sections are separated by []. # Section [*] means "all devices" and is intended to be used # by all devices. # # [] is a configuration section # for one specific device. This kind of section # prevails over the generic one [*]. # # Several keywords are used as: # = # # Keywords definition: # # - updatefile : update file location # # - version : SW version. The RCS will use this # value to compare to its installed version. # This value should match update file's version. # # - validfrom : date and time after which the # update file can be applied. # The format is yyyy/mm/dd HH:MM # # - licensesdir: directory location in which all # licenses files are stored. Each RCS # will search its license file # in this location. Licenses' file # name must have one of the following # syntax: # _licenses.lic # _licences.lic # # This keyword only applies to the generic # section [*] # ############################################################## ############################################################## # General configuration (all devices) ############################################################## [*] updatefile = updatefiles/v13.01.00000.update version = 13.01.00000 validfrom = 2021/12/28 16:00 licensesdir = licdir ############################################################## # Specific configuration listed by Serial Number. # You can add as many section as you desire. # Each section must match a Serial Number. ############################################################## # Device 1 [08212623600001] updatefile = updatefiles/v10.02.40025.update version = 10.01.40025 validfrom = 2021/09/22 17:15 # Device 2 [07211577700001] updatefile = updatefiles/v10.02.40025.update version = 10.00.0000 validfrom = 2021/06/13 03:00