Skip to content
yshvalik edited this page Sep 12, 2012 · 1 revision

Connectivity agent

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.

Clone this wiki locally