Configuration files Traffic

From VIT company
Jump to navigation Jump to search

Configuration files

OSAGenSettings.plist

To configure the logic of alarms generation in case of exceed the specified speed limit by the vehicles user must properly set up the configuration file - ".. \ VIT \ Overseer \ resources2 \ ui \ OSAGenSettings.plist". The scheme is as follows – to each of the existing system channels one can assign the maximum speed. When the speed that was received from radar is bigger, alarm is generated and Alarm window is shown to the operator in Traffic Client.
Record example:

extSettings = [
channels = [
0 = [
speedLimit = "60";
];
1 = [
speedLimit = "75";
];
];
];

acl.plist

acl.plist - is a configuration file, which is designed for the description of setting of Overseer Parking’s remote access, to which it sends the video flow. All the permissions and prohibitions for the IP-addresses and subnets should be written in the file. The policy of "everything is forbidden by default” is working, i.e. if there is no overlap in the permits, it is not allowed. The main role of prohibitions are to specify exceptions for the networks listed in the permits.


Example:

ACL = [
allow = [
work = "192.168.100.0/24";
home = "192.168.73.0/24"; // host
];
deny = [
excl = "192.168.73.128";
];
];


It is also necessary to mark that the following records are considered being equal:

host1 = "192.168.99.1/32";
host2 = "192.168.99.2";

Configuration files Traffic Конфигурационные файлы Траффик Arcivos de configuración Traffic