{"id":19221411,"url":"https://github.com/reflexe/protocollearn","last_synced_at":"2025-05-13T02:21:30.193Z","repository":{"id":177977879,"uuid":"184935622","full_name":"Reflexe/ProtocolLearn","owner":"Reflexe","description":"Pet project: TCP/IP stack on userspace with C++","archived":false,"fork":false,"pushed_at":"2019-05-04T19:21:44.000Z","size":809,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T22:32:31.520Z","etag":null,"topics":["ipv4","low-level-programming","network","tcp"],"latest_commit_sha":null,"homepage":null,"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/Reflexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-05-04T19:20:39.000Z","updated_at":"2025-04-13T20:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"3871b946-3dc1-4ffd-88a2-7cca0c08d8b5","html_url":"https://github.com/Reflexe/ProtocolLearn","commit_stats":null,"previous_names":["reflexe/protocollearn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FProtocolLearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FProtocolLearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FProtocolLearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FProtocolLearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reflexe","download_url":"https://codeload.github.com/Reflexe/ProtocolLearn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253857184,"owners_count":21974694,"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","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":["ipv4","low-level-programming","network","tcp"],"created_at":"2024-11-09T14:42:18.627Z","updated_at":"2025-05-13T02:21:30.161Z","avatar_url":"https://github.com/Reflexe.png","language":"C++","readme":"# ProtocolLearn\n\n![ProtocolLearn's Logo](https://gitlab.com/ProtocolLearn/ProtocolLearn/raw/0bcee3280644b3120c0a2733917f47e3780d37e5/Images/Logo.png)\n\n## Overview\nProtocolLearn is a C++ Network library for linux that pointed in Low level networking. ProtocolLearn is also providing an API for creating of new protocols.\n\n## Get ProtocolLearn:\nNote: ProtocolLearn uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules), therefore, the regular 'git clone [url]' command will download only the base repository without the submodules. \n\nTo download ProtocolLearn, run the following lines:\n\n```console\ngit clone --recursive git@gitlab.com:ProtocolLearn/ProtocolLearn.git\n```\n\n## Getting Started\nYou can see the [Getting Started](https://github.com/ProtocolLearn/ProtocolLearn/wiki/Getting-Started) article in the wiki.\nIf you want to see examples of the using of ProtocolLearn, you can open the [Examples](https://github.com/ProtocolLearn/ProtocolLearn-Examples) repository.\nIf you interesting in a specific type of ProtocolLearn, please visit [ProtocolLearn's Wiki](https://github.com/ProtocolLearn/ProtocolLearn/wiki).\n\n## ProtocolLearn Parts:\nProtoclLearn has three general parts:\n* [Utilities](https://github.com/ProtocolLearn/ProtocolLearn-Utilities): Contains the core of ProtocolLearn: Types, Addresses (eg. Ipv4Address), helpers (StringFunctions, VectorFunctions, ByteOrder) and more.\n* [Protocols](https://github.com/ProtocolLearn/ProtocolLearn-Protocols): Contains implomented protocols (eg. Ethernet and Ipv4).\n* [Examples](https://github.com/ProtocolLearn/ProtocolLearn-Examples) and [Libraries](https://github.com/ProtocolLearn/ProtocolLearn-Libraries): In \"Examples\", there are examples for the usage of ProtocolLearn's implomented protocols. \"Libraries\" contains examples too, but with an option to add the example into your project.\n\n## Build\nFirst of all, you must have Linux machine, CMake, and GCC.\n\nOpen ProtocolLearn directory and run the build script:\n```console\n$ cd ~/ProtocolLearn\n$ ./Build/Build.sh\n```\nIt will take a few minutes.\nYour executable files will be in the build directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fprotocollearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflexe%2Fprotocollearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fprotocollearn/lists"}