Skip to content

henryeh/ndnrtc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDN-RTC

NDN Real Time Communication Conferencing Project

For license information see LICENSE.

http://named-data.net/

Description

NDN-based video conferencing library.

Library provides functions for establishing connections to NDN-hubs and transmitting/receiving encoded media (audio/video) between two or more instances. Library is written in C++ and is a dynamic library. There is a binary for console demo application (ndnrtc-demo) included in the project which can demonstrate the use of the library.

Library requires local or remote NDN daemon and has been tested with:

Structure

The directory structure is as follows:

  • /root
    • ccp/
      • src/ -- source code
      • include/ -- public headers
      • demoapp/ -- demo application code (MacOS X only)
      • test/ -- unit tests code
      • resources/ -- unit tests' resources, scripts, etc.
    • docs/ -- documentation
    • LICENSE
    • README.md

Building instructions

Please, see the cpp/INSTALL.md for build and install instructions.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. A copy of the GNU General Public License is in the file cpp/COPYING.

About

NDN-RTC Conferencing Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 50.0%
  • C++ 36.6%
  • Shell 11.6%
  • Python 1.1%
  • M4 0.7%