Skip to content

DeveloperDocumentation

hayden-t edited this page Aug 17, 2021 · 21 revisions

Developer Documentation

This page contains some more technical information about the SvxLink project and its associated libraries.

The EchoLink protocols are implemented in the EchoLib library (libecholib). It is a C++ library that was written at the same time as the Qtel GUI. The goal is to make EchoLib platform independent and easy to use. The API is fairly well documented. EchoLib can be used to write both GUI application (in Qt) and server applications with no Qt dependency.

The EchoLib library use the Async library as its application framework. This is a library that also was written during the development of Qtel. For more information about this library, check out the documentation below.

Clone this wiki locally