{"id":16957851,"url":"https://github.com/ahamez/netcode","last_synced_at":"2025-07-31T02:34:19.143Z","repository":{"id":28525103,"uuid":"32041950","full_name":"ahamez/netcode","owner":"ahamez","description":"A C++11 network coding library.","archived":false,"fork":false,"pushed_at":"2024-12-30T14:47:55.000Z","size":3550,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:52:40.127Z","etag":null,"topics":["network-coding"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahamez.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":"2015-03-11T21:23:08.000Z","updated_at":"2024-12-30T14:47:58.000Z","dependencies_parsed_at":"2025-02-20T04:42:19.517Z","dependency_job_id":null,"html_url":"https://github.com/ahamez/netcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahamez/netcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahamez%2Fnetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahamez%2Fnetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahamez%2Fnetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahamez%2Fnetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahamez","download_url":"https://codeload.github.com/ahamez/netcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahamez%2Fnetcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267978017,"owners_count":24175241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["network-coding"],"created_at":"2024-10-13T22:20:11.277Z","updated_at":"2025-07-31T02:34:19.106Z","avatar_url":"https://github.com/ahamez.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Description\n\nThe `netcode` library is a C++11 [network coding](https://en.wikipedia.org/wiki/Linear_network_coding) library using [Galois fields](https://en.wikipedia.org/wiki/Finite_field). C interfaces are also provided.\n\n### Requirements\n\n- gcc \u003e= 4.7 or clang \u003e= 3.3\n- gf-complete (https://github.com/ceph/gf-complete)\n- cmake \u003e= 3.10\n- boost 1.68\n\n### Building and installing\n\nBasic commands:\n\n```\n$ mkdir build \u0026\u0026 cd build\n$ cmake ..\n$ make \u0026\u0026 make install\n```\n\nConfiguring gf-complete path:\n\n```$ cmake -DGF_COMPLETE_ROOT=...```\n\nConfiguring compiler to use:\n\n```$ cmake -DCMAKE_CXX_COMPILER=... -DCMAKE_C_COMPILER=...```\n\n### Testing\n\nLaunching tests:\n\n``` ./tests/tests ```\n\nEnabling code coverage (GCC only):\n\n```$ cmake -DCOVERAGE=1```\n\n\n### Documentation\n\nIf a `doxygen` executable has been found, the documentation can be generated:\n\n```$ make doc```\n\nInternal documentation can be generated if an option is given to cmake:\n\n```$ cmake -DINTERNAL_DOC=1```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahamez%2Fnetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahamez%2Fnetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahamez%2Fnetcode/lists"}