You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yshvalik edited this page Sep 12, 2012
·
1 revision
Connectivity Agent (CA) is an iviLink component responsible for finding iviLink on another devices, low-level connection establishing, data transferring and handling connection events. In operating system CA is represented as standalone process.
CA has layered architecture. It has three layers:
HAL (hardware abstraction level);
L0;
L1.
The purpose of HAL is to establish low-level connection and transmit all the data using the carrier adapters. L0 is used to organize data transmitting that doesn’t depend on the carrier. L1 does data transmitting by independent channels. CA client uses proxy to communicate with CA.