Skip to main content

Glossary

Terms and abbreviations

This page contains relevant terms and abbreviations mostly used in this documentation.

Term or
abbreviation
Definition
AdapterThe software module of the SmartRoad hardware-software system designed to process and transform data, received from the detector for their further transmission to the system
ObjectTraffic object identified by the detector
ServerA server that performs database maintenance and management and is responsible for data integrity and security, which also provides I/O operations when the client deals with information
DB (PostgreSQL)A database designed to store information, which is part of the SmartRoad hardware-software system. The database can be installed either on a mini-PC, in a separate traffic intensity metering point or on a shared server for the entire project. Database receives data processed by adapter from the queue RabbitMQ and stores them in a structured way.
DetectorTraffic detector
Mini-PCA calculator on which the adapter is installed and analysis of data from detectors is carried out
Event RuleCriteria for qualifying the parameters of individual objects or traffic flow as a specific event (traffic incident)
PicketDistance marking point at highways
PNRCommissioning works
PUIDDTraffic intensity metering point
Real time modeAn information processing mode that ensures the interaction of the Information Processing System with external processes at a rate comparable with the speed of these processes.
SmartRoad systemSoftware-hardware system for traffic flow monitoring SmartRoad
EventThe fact of compliance with the event detection rule
TSTransport facility or vehicle
TriggerA set of conditions for the event occurrence when parameters of the traffic flow change. When a trigger event occurs, the relay is actived
RelayDevice for closing and opening an electrical circuit
JSONText-based data exchange format based on JavaScript
PVR (Per vehicle record)The basic statistical unit of recording a moving object. Vehicle registration
RabbitMQSoftware message broker based on the AMQP standard. Sends processed data from the adapter to a queue
SQLiteCompact embedded DBMS, installed on a mini-PC
WebSocketBidirectional communication protocol between the client (browser) and the server, which allows to exchange messages in real time mode
BrowserA computer program designed to view pages, web-documents content information via the Internet. The main browser function is to display web pages, as well as to interact with them
Web interface (WebUI)A web page or a collection of web pages that provides user with an interface to interact with a service or a device via HTTP protocol and a web browser. The interaction environment between a user and a program or an application running on a remote server
"Sorb Engineering" LLCСompany name
Pop-up windowA window that opens on the computer screen as a result of an operation.
Interactive mapAn e-map that works in the mode of bidirectional dialog interaction between the user and the System web interface
LogsRecords of events and messages created by the System during its operation
WebUI moduleSustainable to changes part of SmartRoad hardware-software system WebUI, which is able to work autonomously or with the integration with other modules
WebUI sectionPart of a WebUI module
Engineer`s ARMAutomated engineer's workstation. This is a personal computer with the SmartRoad hardware-software system installed
Detection areaDetector coverage area in which objects are identified
Configuration fileFile used to configure detector or adapter quickly
Raw goalsRaw data received from the detector
Detector sensitivityValue, which determines the dependence of the number of points for target setting (raw goals), that are necessary for the detector to identify an object in the detection zone (for example, with a detector sensitivity of 0.8, the detector will define an object by 80 points, of 1.2 by 100, of 1.7 by 180)
Object IDUnique object identifier
IP addressA unique address that identifies a device on the internet or on the LAN
ResourceProgram code located on the SmartRoad server at a specific URL for processing RESTfulAPI requests, which accepts the request parameters as input and returns the corresponding processed data result