https://github.com/cisco-open/hicn-sdk
https://github.com/cisco-open/hicn-sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cisco-open/hicn-sdk
- Owner: cisco-open
- License: apache-2.0
- Created: 2022-08-01T19:35:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T23:13:22.000Z (10 months ago)
- Last Synced: 2024-06-27T02:54:35.585Z (10 months ago)
- Language: CMake
- Homepage:
- Size: 1.68 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## HICN SDK ##
The repository contains language bindings, toolchains and builders to
build the HICN API available in multiple platforms for clients and servers
operating systems.This project builds upon the Linux Foundation FD.io/HICN project and adds
multi-platform support in the form of easy to use SDK to support application
developers.# The Hybrid-ICN Project
The project is hosted in the FDio Linux Foundation (https://fd.io) project
The technical wiki is available at https://wiki.fd.io/view/HICN.# Directory layout
| Directory name | Description |
| -------------- | --------------------------------------------------------- |
| android | Core support library |
| ios | VPP plugin |
| macos | Lightweight packet forwarder |
| windows | Support library with transport layer and API |
| docker | Application examples using hicn stack and tools |## Supported platforms
- Android 10+
- iOS 13+
- macOS 10.15+
- Windows 10+