#Connectivity Programming Guide#

The ``Ecore`` connection library provides a way to make your application communicate through sockets, abstracting less interesting tasks such as creating file descriptors and waiting for incoming connections.

## Further Reading ##

* [Init Ecore_Con](/develop/legacy/program_guide/connectivity/init_ecore_con) * [Basic usage of Ecore_con_url](/develop/legacy/program_guide/connectivity/basic_usage_of_ecore_con_url) * [Basic usage of Ecore_con_server](/develop/legacy/program_guide/connectivity/basic_usage_of_ecore_con_server) * [Basic usage of Ecore_con_client](/develop/legacy/program_guide/connectivity/basic_usage_of_ecore_con_client) * [Ecore_Con - Connection functions API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Ecore__Con__Group.html) * [Ecore_Con SSL Usage](/develop/legacy/program_guide/connectivity/ecore_con_ssl%20usage)