• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Programming Guide Menu

  • Basic Application structure PG
  • Container PG
  • Widgets PG
  • Event and Effect PG
  • Evas PG
  • Edje PG
  • Multilingual PG
  • Connectivity PG
  • Eina PG
  • Customizing UI Components PG
  • Managing UI Component Focus PG
  • Main Loop PG
  • Threading PG
  • Scalability PG
  • Evas GL PG

Connectivity PG

The Ecore connection library provides a way to make your application communicate through sockets abstracting some of the tasks that are not really interesting to do (like creating file descriptors and waiting for incoming connections).

Table of Contents

  • Init Ecore_Con
  • Basic usage of Ecore_con_url
  • Basic usage of Ecore_con_server
  • Basic usage of Ecore_con_client
  • Ecore_con_ssl Usage

Related Info

  • Ecore_Con - Connection functions API

Programming Guide Menu

  • Basic Application structure PG
  • Container PG
  • Widgets PG
  • Event and Effect PG
  • Evas PG
  • Edje PG
  • Multilingual PG
  • Connectivity PG
  • Eina PG
  • Customizing UI Components PG
  • Managing UI Component Focus PG
  • Main Loop PG
  • Threading PG
  • Scalability PG
  • Evas GL PG