SILC Toolkit
 
 
Overview
 
SILC Toolkit is a software development toolkit which provides full SILC protocol implementation for application developers. The SILC Toolkit is especially targeted at SILC client application developers who would like to create new SILC clients. The SILC Toolkit provides everything an application developer need in the integration work. The package also includes a full reference manual and developer guide with examples and tutorials.

The SILC Toolkit was designed to be modular, portable and simple to use. The SILC Toolkit works on all major platforms and its APIs are consistent and extensively documented. The SILC Toolkit can be used in both graphical user interface (GUI) and command line interface (CLI) applications. It also supports multi threaded applications.

If you want to create a new SILC client the SILC Toolkit provides you a full implementation of an SILC client without actual user interface. All you need to do is to create the user interface you want, and use the SILC Client Library from the Toolkit to do the real work. This makes it easy and fast to create new SILC applications since we have already done the hard work for you by implementing the actual protocol.

> Read more about SILC Toolkit features