{"id":17078166,"url":"https://github.com/jakobod/network-driver","last_synced_at":"2026-02-04T15:08:53.980Z","repository":{"id":112739600,"uuid":"351392973","full_name":"jakobod/network-driver","owner":"jakobod","description":"An asynchronous network abstraction framework for applications written C++20.","archived":false,"fork":false,"pushed_at":"2024-10-14T19:22:42.000Z","size":643,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T21:37:55.445Z","etag":null,"topics":["async","asynchronous-io","asyncio","communication","communication-library","cpp","internet","internet-connection","linux","multiplexer","network","network-abstraction","socket-api","socket-programming","tcp","tcp-client","tcp-server"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakobod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-25T10:20:19.000Z","updated_at":"2024-10-16T02:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"379bc12a-3c3f-4060-abd0-541f7ca29884","html_url":"https://github.com/jakobod/network-driver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakobod/network-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobod%2Fnetwork-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobod%2Fnetwork-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobod%2Fnetwork-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobod%2Fnetwork-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakobod","download_url":"https://codeload.github.com/jakobod/network-driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobod%2Fnetwork-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29088555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","asynchronous-io","asyncio","communication","communication-library","cpp","internet","internet-connection","linux","multiplexer","network","network-abstraction","socket-api","socket-programming","tcp","tcp-client","tcp-server"],"created_at":"2024-10-14T12:19:59.733Z","updated_at":"2026-02-04T15:08:53.964Z","avatar_url":"https://github.com/jakobod.png","language":"C++","readme":"# network-driver\nA network abstraction framework aimed at implementing different (multithreaded) multiplexing solutions, encapsulated by a common API.\nThis is a project I work on in my free time. It may be useful to some, but I just have fun designing this framework :)\n\n# Requirements\n\n- C++20\n- Linux \u003e= 2.6.2 (Epoll introduced EPOLLONESHOT with this version)\n- CMake\n- Threads\n- OpenSSL (I may relax this with a config option for people that don't want encrypted transport)\n\n# How to\nbuilding the project is accomplished by doing\n```\n// On linux this is sufficient\n./configure\n// On MacOS the OpenSSL root directory must be specified\n./configure --openssl-root-dir=$(brew --prefix openssl)\n\nmake -C build -j$(nproc)\n```\n\nIf one wants to build tests, they have to be enabled explicitly\n```\n./configure --enable-testing\nmake -C build -j$(nproc)\nmake -C build test\n```\n\nThere are many tests bundled with this project, but they may not provide a good base to start. Have a look at my [benchmark](https://github.com/jakobod/network-driver-benchmark) repo where I actually put the whole stack to some use. \n\n\n# TODO\n- [ ] datagram_transport\n\n- [x] multithreaded epoll implementation\n  - [ ] Check for race-conditions?!\n- [ ] io_uring implementation\n- [ ] EBPF?! - https://www.nginx.com/blog/our-roadmap-quic-http-3-support-nginx/\n\n- [ ] Logging utility?\n  - Should be configurable from the cmake scaffold\n\n# Interesting Links\n- https://idea.popcount.org/2017-02-20-epoll-is-fundamentally-broken-12/\n- https://idea.popcount.org/2017-03-20-epoll-is-fundamentally-broken-22/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobod%2Fnetwork-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobod%2Fnetwork-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobod%2Fnetwork-driver/lists"}