{"id":21885021,"url":"https://github.com/saeidemadi/binaryconvolutionalcode","last_synced_at":"2025-03-22T01:40:28.395Z","repository":{"id":239519939,"uuid":"794390090","full_name":"saeidEmadi/BinaryConvolutionalCode","owner":"saeidEmadi","description":"Error Correcting Codes - Binary Convolutional Code","archived":false,"fork":false,"pushed_at":"2024-05-13T02:03:05.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:46:41.784Z","etag":null,"topics":["computer-networks","computernetworks","cpp","data-communication","data-transmission","datacommunication","datatransformation","error-correcting-codes","error-correction","errorcorrection"],"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/saeidEmadi.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":"2024-05-01T03:35:16.000Z","updated_at":"2024-05-13T02:05:25.000Z","dependencies_parsed_at":"2024-05-13T04:24:12.977Z","dependency_job_id":"e161f2d5-2747-404b-8bc0-e6ccd9e26c07","html_url":"https://github.com/saeidEmadi/BinaryConvolutionalCode","commit_stats":null,"previous_names":["saeidemadi/binaryconvolutionalcode"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidEmadi%2FBinaryConvolutionalCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidEmadi%2FBinaryConvolutionalCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidEmadi%2FBinaryConvolutionalCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidEmadi%2FBinaryConvolutionalCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeidEmadi","download_url":"https://codeload.github.com/saeidEmadi/BinaryConvolutionalCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894308,"owners_count":20527669,"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":["computer-networks","computernetworks","cpp","data-communication","data-transmission","datacommunication","datatransformation","error-correcting-codes","error-correction","errorcorrection"],"created_at":"2024-11-28T10:18:20.341Z","updated_at":"2025-03-22T01:40:28.369Z","avatar_url":"https://github.com/saeidEmadi.png","language":"C++","readme":"\u003e [!NOTE]\n\u003e This is just a simple assignment of the data transfer lesson\n\n\u003e [!WARNING]\n\u003e Logical error codes may be seen in the review, please report\n# Binary Convolutional Code (BCC)\nError Correcting Codes - Binary Convolutional Code\n\n\u003e Binary Convolutional Codes (BCC) are a type of error-correcting code used in digital communication systems to mitigate the effects of noise and interference during transmission. This repository provides a collection of C++ implementations of various BCC encoder and decoder algorithms, along with accompanying documentation and examples.\n\n## Contents\n\n1. **`encoder.cpp`**: Encryption algorithm codes with 2 shift registers.\n2. **`decoder.cpp`**: Decoding algorithm codes with recursive functions.\n3. **`node.cpp`**: Node data type that contain the information of the next nodes and distances and the current state.\n4. **`Driver.cpp`**: The set of codes used to receive bits from the user and display the output.\n\n## Getting Started\n\n### Prerequisites\n\n- C++ compiler (supporting C++11 or higher)\n- Git (for cloning the repository)\n\n### Clone and Compile\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/saeidEmadi/BinaryConvolutionalCode.git\n   ```\n2. Clone the repository to your local machine:\n   ```bash\n    cd BinaryConvolutionalCode\n   ```\n3. Compile the source files using your preferred C++ compiler:\n   ```bash\n   g++ encoder.cpp decoder.cpp node.cpp Driver.cpp -o Driver\n   ```\n### run and enjoy it :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidemadi%2Fbinaryconvolutionalcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeidemadi%2Fbinaryconvolutionalcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidemadi%2Fbinaryconvolutionalcode/lists"}