All Projects → OpenDataPlane → Odp Dpdk

OpenDataPlane / Odp Dpdk

Licence: other
OpenDataPlane DPDK platform implementation

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Odp Dpdk

Clusteredbigcache
golang bigcache with clustering as a library.
Stars: ✭ 37 (-28.85%)
Mutual labels:  networking
Kubernetes Nmstate
Declarative node network configuration driven through Kubernetes API.
Stars: ✭ 46 (-11.54%)
Mutual labels:  networking
Pnet
High level Java network library
Stars: ✭ 49 (-5.77%)
Mutual labels:  networking
Dratini
Dratini is a neat network abstraction layer.
Stars: ✭ 38 (-26.92%)
Mutual labels:  networking
Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+15757.69%)
Mutual labels:  networking
Swifty
Swifty is a networking stack designed to serve modern iOS apps
Stars: ✭ 47 (-9.62%)
Mutual labels:  networking
Sst Elements
SST Architectural Simulation Components and Libraries
Stars: ✭ 36 (-30.77%)
Mutual labels:  networking
Python Voice Chat
Instant multi-person voice chat over the internet in Python 3
Stars: ✭ 51 (-1.92%)
Mutual labels:  networking
Cilium
eBPF-based Networking, Security, and Observability
Stars: ✭ 10,256 (+19623.08%)
Mutual labels:  networking
Vibe.d
Official vibe.d development
Stars: ✭ 1,043 (+1905.77%)
Mutual labels:  networking
Ineter
Fast Java library for working with IP addresses, ranges, and subnets
Stars: ✭ 39 (-25%)
Mutual labels:  networking
Dknetworking
基于 AFNetworking + YYCache 的二次封装,支持缓存策略的网络请求框架
Stars: ✭ 41 (-21.15%)
Mutual labels:  networking
Kube Netc
A Kubernetes eBPF network monitor
Stars: ✭ 48 (-7.69%)
Mutual labels:  networking
Volleyplus
🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
Stars: ✭ 986 (+1796.15%)
Mutual labels:  networking
React Native Netinfo
React Native Network Info API for Android & iOS
Stars: ✭ 1,049 (+1917.31%)
Mutual labels:  networking
Openwisp Monitoring
Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
Stars: ✭ 37 (-28.85%)
Mutual labels:  networking
Nff Go
NFF-Go -Network Function Framework for GO (former YANFF)
Stars: ✭ 1,036 (+1892.31%)
Mutual labels:  networking
Overseer
A golang-based remote protocol tester for testing sites & service availability
Stars: ✭ 51 (-1.92%)
Mutual labels:  networking
Batchman
This library for Android will take any set of events and batch them up before sending it to the server. It also supports persisting the events on disk so that no event gets lost because of an app crash. Typically used for developing any in-house analytics sdk where you have to make a single api call to push events to the server but you want to optimize the calls so that the api call happens only once per x events, or say once per x minutes. It also supports exponential backoff in case of network failures
Stars: ✭ 50 (-3.85%)
Mutual labels:  networking
Typha
Calico's datastore fan-out daemon.
Stars: ✭ 48 (-7.69%)
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].