Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
/ cnl-dot-net Public archive

(OBSOLETE) CNL.NET: An NDN Common Name Libray for .NET

License

Notifications You must be signed in to change notification settings

named-data/cnl-dot-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNL.NET: An NDN Common Name Library for .NET

The Common Name Library (CNL) is a proposed API for NDN applications. Built on top of the lower-level Interest/Data exchange primitives of the Common Client Libraries, the CNL maintains an abstraction of the application's namespace. The application can attach specialized handlers to nodes of the namespace, for example to treat part of the name tree as segmented content, or to do data encryption/decryption. The CNL can also alert the application when new names are added to the namespace or when content is attached to a namespace node, whether by receiving a Data packet from the network, retrieving from a repo, or assembling the result of segmented content.

This library provides a .NET assembly and sample code in C#.

License

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

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 Lesser General Public License for more details.

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

About

(OBSOLETE) CNL.NET: An NDN Common Name Libray for .NET

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages