aioice
======

`PyPI <https://pypi.python.org/pypi/aioice>`_

`Travis <https://travis-ci.com/aiortc/aioice>`_

`Codecov <https://codecov.io/gh/aiortc/aioice>`_

``aioice`` is a library for Interactive Connectivity Establishment (RFC 5245)
in Python. It is built on top of :mod:`asyncio`, Python's standard asynchronous
I/O framework.

Interactive Connectivity Establishment (ICE) is useful for applications that
establish peer-to-peer UDP data streams, as it facilitates NAT traversal.
Typical usecases include SIP and WebRTC.

.. toctree::
   :maxdepth: 2

   api
   license
