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

Navigation

  • Installing EFL on XXXXX
  • Tutorial 3: Simple Graphical Text Editor with Buttons
  • PG: Basic application structure
  •  
  • Connectivity Programming
  • Container Programming Guide
  • customizing-ui.md
  • Edje Programming Guide
  • Evas GL Programming Guide
  • Evas Programming Guide
  • Event and Effect Programming Guide
  • Focus Class Hierachy
  • Multilingual Programming Guide
  • Scalability Programming Guide
  • Widgets Programming Guide
  • Getting started with the EFL - the main loop

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
  • Basic usage of Ecore_con_url
  • Basic usage of Ecore_con_server
  • Basic usage of Ecore_con_client
  • Ecore_Con - Connection functions API
  • Ecore_Con SSL Usage