NDN Real Time Communication Conferencing Project
For license information see LICENSE.
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:
- ndnd from NDNx
- ndnd-tlv (which uses NDNx)
- NFD forwarder
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
- ccp/
Please, see the cpp/INSTALL.md for build and install instructions.
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.