awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sysprog21 avatar

sysprog21/khttpd

0
View on GitHub↗
86 estrellas·128 forks·C·MIT·1 vista

Khttpd

An experimental HTTP server implemented as Linux kernel module

Features

  • Kernel Modules - Experimental HTTP server implemented as a kernel module.

Historial de estrellas

Gráfico del historial de estrellas de sysprog21/khttpdGráfico del historial de estrellas de sysprog21/khttpd

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Khttpd

Proyectos open-source similares, clasificados según cuántas características comparten con Khttpd.
  • fishinabarrel/linux-kernel-module-rustAvatar de fishinabarrel

    fishinabarrel/linux-kernel-module-rust

    1,340Ver en GitHub↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    Ver en GitHub↗1,340
  • arter97/exfat-linuxA

    arter97/exfat-linux

    0Ver en GitHub↗
    Ver en GitHub↗0
  • avielw/kplugsAvatar de avielw

    avielw/kplugs

    148Ver en GitHub↗

    KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.

    C
    Ver en GitHub↗148
  • al177/esp8089A

    al177/esp8089

    0Ver en GitHub↗
    Ver en GitHub↗0
Ver las 11 alternativas a Khttpd→

Preguntas frecuentes

¿Qué hace sysprog21/khttpd?

An experimental HTTP server implemented as Linux kernel module

¿Cuáles son las características principales de sysprog21/khttpd?

Las características principales de sysprog21/khttpd son: Kernel Modules.

¿Qué alternativas de código abierto existen para sysprog21/khttpd?

Las alternativas de código abierto para sysprog21/khttpd incluyen: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… al177/esp8089. arter97/exfat-linux. avielw/kplugs — KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel. djwatson/ktls. hnes/frdev.