{"id":16735863,"url":"https://github.com/ranaaditya/stufbit","last_synced_at":"2025-04-10T12:21:15.293Z","repository":{"id":67077612,"uuid":"519283739","full_name":"ranaaditya/stufbit","owner":"ranaaditya","description":"bit stuffing algorithm implementation !","archived":false,"fork":false,"pushed_at":"2022-08-13T18:35:11.000Z","size":159,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:08:02.952Z","etag":null,"topics":["bit-stuffling","bits","bitstuffling","computer-networking","datalinklayer","error-correction","hdlc","networking"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranaaditya.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":"2022-07-29T16:40:18.000Z","updated_at":"2024-08-10T23:37:12.000Z","dependencies_parsed_at":"2023-06-09T14:30:41.398Z","dependency_job_id":null,"html_url":"https://github.com/ranaaditya/stufbit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Fstufbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Fstufbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Fstufbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranaaditya%2Fstufbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranaaditya","download_url":"https://codeload.github.com/ranaaditya/stufbit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217179,"owners_count":21066633,"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":["bit-stuffling","bits","bitstuffling","computer-networking","datalinklayer","error-correction","hdlc","networking"],"created_at":"2024-10-13T00:07:37.424Z","updated_at":"2025-04-10T12:21:15.286Z","avatar_url":"https://github.com/ranaaditya.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stufbit\n\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)\n\n\nbit stuffing algorithm implementation !\n\n### Usage\n```cpp\n#include \u003ciostream\u003e\nusing namespace std;\n#include \"stufbit.h\"\n\nint main() {\n    // Bit Array - Header + Payload + Trailer\n    // Size of Header and Trailer is predefined already, and have taken as a octet here \n    string bitarray = \"011111100111111011010101010101010111111001111110\";\n    BitStuffing bitsuffObj = BitStuffing(bitarray, bitarray.length());\n    cout \u003c\u003c bitsuffObj.getBitStuff() \u003c\u003c endl;\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franaaditya%2Fstufbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franaaditya%2Fstufbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franaaditya%2Fstufbit/lists"}