Bug 232097 - [NEW PORT]: net/py-aioice: asyncio-based Interactive Connectivity Establishment (RFC 5245)
Summary: [NEW PORT]: net/py-aioice: asyncio-based Interactive Connectivity Establishme...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-09 01:36 UTC by Neel Chauhan
Modified: 2019-01-17 11:37 UTC (History)
2 users (show)

See Also:


Attachments
Shae file for net/py-aioice (1.77 KB, text/plain)
2018-10-09 01:36 UTC, Neel Chauhan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neel Chauhan freebsd_committer freebsd_triage 2018-10-09 01:36:33 UTC
Created attachment 197943 [details]
Shae file for net/py-aioice

aioice is a library for Interactive Connectivity Establishment (RFC 5245) in
Python. It is built on top of 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.

WWW: https://github.com/jlaine/aioice/
Comment 1 Steve Wills freebsd_committer freebsd_triage 2019-01-17 11:37:04 UTC
I happened to have created a port for this in ports r481597:

https://www.freshports.org/devel/py-aioice/

So I think this can be closed. Let me know if you have any issues with the port.