All Projects → OpenDataPlane → Odp

OpenDataPlane / Odp

Licence: other
The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Odp

Rtp
A Go implementation of RTP
Stars: ✭ 120 (-9.77%)
Mutual labels:  networking
Router Lab
Lab for Network Principles 2019-2020 fall, 2020-2021 spring and 2020-2021 fall
Stars: ✭ 124 (-6.77%)
Mutual labels:  networking
Blog
Stay hungry. Stay foolish.
Stars: ✭ 129 (-3.01%)
Mutual labels:  networking
Ipv6tools
IPv6Tools is a robust modular framework that enables the ability to visually audit an IPv6 enabled network.
Stars: ✭ 120 (-9.77%)
Mutual labels:  networking
Reliablenetcode.net
A pure managed C# socket-agnostic reliability layer inspired by reliable.io and yojimbo
Stars: ✭ 122 (-8.27%)
Mutual labels:  networking
Transperf
a tool for testing transport protocol performance over emulated network scenarios
Stars: ✭ 125 (-6.02%)
Mutual labels:  networking
Netclient Ios
Versatile HTTP Networking in Swift
Stars: ✭ 117 (-12.03%)
Mutual labels:  networking
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (-1.5%)
Mutual labels:  networking
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-8.27%)
Mutual labels:  networking
Ops
Tools&scripts for daily devops.
Stars: ✭ 128 (-3.76%)
Mutual labels:  networking
Awesome Networking
A collection of awesome networking courses, books, tutorials and other resources
Stars: ✭ 121 (-9.02%)
Mutual labels:  networking
Tinynetworking
🌩 Simple HTTP network abstraction layer written in Swift
Stars: ✭ 122 (-8.27%)
Mutual labels:  networking
Pfsense Api
The missing REST API package for pfSense
Stars: ✭ 126 (-5.26%)
Mutual labels:  networking
Carvel Kwt
Kubernetes Workstation Tools CLI
Stars: ✭ 119 (-10.53%)
Mutual labels:  networking
Rust Libp2p
The Rust Implementation of the libp2p networking stack.
Stars: ✭ 2,062 (+1450.38%)
Mutual labels:  networking
Popol
Minimal non-blocking I/O for Rust
Stars: ✭ 118 (-11.28%)
Mutual labels:  networking
Purerpc
Asynchronous pure Python gRPC client and server implementation supporting asyncio, uvloop, curio and trio
Stars: ✭ 125 (-6.02%)
Mutual labels:  networking
Django Netjsongraph
Network Topology Visualizer & Network Topology Collector
Stars: ✭ 131 (-1.5%)
Mutual labels:  networking
Nano
Lightweight, facility, high performance golang based game server framework
Stars: ✭ 1,888 (+1319.55%)
Mutual labels:  networking
Oldpodcasts
A clone of Apple's Podcasts. UIKit version.
Stars: ✭ 128 (-3.76%)
Mutual labels:  networking

Copyright (c) 2013-2019, Linaro Limited All rights reserved.

SPDX-License-Identifier: BSD-3-Clause

OpenDataPlane (ODP) project web page: https://www.opendataplane.org

ODP project in GitHub: https://github.com/OpenDataPlane

Main git repository: https://github.com/OpenDataPlane/odp.git

How to build: See DEPENDENCIES file about system requirements and dependencies to external libraries/packages. It contains also some more detailed build instructions.

Generally, ODP and test applications are built with these three steps:
    ./bootstrap
    ./configure
    make

See help on configure options:
    ./configure --help

ODP header files and libraries can be installed with:
    make install

ODP API documentation can be built with (requires Doxygen):
    make doxygen-doc

Validation tests (requires CUnit) and other test applications can be
executed with:
    make check

Users guides can be generated with:
    ./bootstrap
    ./configure --enable-user-guides
    make

Licensing: ODP project uses BSD-3-Clause license as the default license. See LICENSE file for details.

Mailing list: [email protected]

Contributing: Please read CONTRIBUTING file before submitting patches. ODP project follows Linux kernel coding style.

Bug tracking: https://github.com/OpenDataPlane/odp/issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].