An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with hamming-code

A curated list of projects in awesome lists tagged with hamming-code .

https://github.com/benbe/fasthamming

Fast implementation for truncateable extended (127,120) Hamming codes

ecc error-correcting-codes fast fec forward-error-correction hamming-code microcontroller small

Last synced: 13 Apr 2025

https://github.com/josgard94/hamming-codes-generator

This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)

coding-and-data-compression computer-science decoding hamming-code information-theory python

Last synced: 21 Nov 2024

https://github.com/leonardobringel/hamming-code

Implementation of the Hamming Code algorithm in Python.

hamming-code python

Last synced: 11 Apr 2025

https://github.com/i-naeem/heyming

Heyming is a hamming code encoder and decoder built in React.js

chakra-ui hamming hamming-code hamming-code-simulator hamming-code-visualizer react reactjs

Last synced: 14 Apr 2025

https://github.com/mahdavipanah/hamcode

Encode, decode and correct (single bit) a binary code using Hamming code algorithm in Go language

blog decode encode go golang hamming-code

Last synced: 06 Dec 2024

https://github.com/uttamsdev/hamming-code

Hamming Code in Computer Networking. Error detection and correction using hamming code in C programming.

error-detection-correction hamming-code networking-code

Last synced: 14 Apr 2025

https://github.com/js-choi/proposal-popcount

Draft specification for bit popcount in JavaScript.

binary bitwise hamming-code hamt javascript math popcnt popcount succinct-data-structure tc39

Last synced: 24 Mar 2025

https://github.com/limitedeternity/tips-labs

Дисциплина "Теория информационных процессов и систем" – Лабораторные работы

golomb-rice hamming-code herzen-spb huffman-coding lzw-compression

Last synced: 14 Mar 2025

https://github.com/rabestro/error-correcting-encoder-decoder

Implementation of education project from JetBrains Academy. Project description: https://hyperskill.org/projects/58/stages/316/implement

console-application error-correction error-correction-codes hamming-code hyperskill

Last synced: 18 Feb 2025

https://github.com/josedavidss/dl.hammingcode

Primer proyecto para el curso de Diseño Digital. La idea es hacer una aplicación referente al código Hamming utilizando el lenguaje de programación Python.

hamming-code kivy kivy-framework logic-design python

Last synced: 22 Mar 2025

https://github.com/marianciuc/interactive-digital-modulation-explorer

Interactive Digital Modulation Explorer is a web application for learning digital modulations: ASK, PSK, and FSK. Allows you to enter text, modulate it, add noise, and observe effects. Includes Hamming encoding and decoding for error correction, interactive graphs, and modulation comparison.

ask digital-modulation educational-tool fsk hamming-code psk

Last synced: 06 Mar 2025

https://github.com/stlaz/hamming_hs

A repo where I practice Haskell by implementing Hamming code

hamming-code haskell

Last synced: 18 Mar 2025

https://github.com/fanny/binary-error-expert

Implementation of hamming, cyclic redundancy, and parity tester algorithms to detect errors caused by noise or other deficiencies during transmission from the transmitter to the receiver.

cyclic-redundancy-check hamming-code java

Last synced: 03 Apr 2025

https://github.com/contractor-x/zero-error-transfer-system

This is a Tansfer system which uses the Hamming protocol to ensure Data- Loss are eliminated

hamming-code python stude transfer-files

Last synced: 03 Apr 2025

https://github.com/pitchblacknights/data-validity-testing

Rust implementation of various data validity testers, including Hamming's Code

hamming-code rust rust-lang

Last synced: 07 Apr 2025

https://github.com/ite-2022-pwr/sem4-niduc2-proj-pk-ak-mb

Projekt z przedmiotu Niezawodność i diagnostyka układów cyfrowych 2

hamming-code python random-number-generators

Last synced: 28 Mar 2025

https://github.com/ite-2022-pwr/niduc2

Niezawodność i diagnostyka układów cyfrowych 2 - projekty

bch bch-codes gilbert-elliot-model hamming-code

Last synced: 28 Mar 2025

https://github.com/himanshu-srihsk/computer_network_lab

CRC,HAMMING CODE,NS2 PROGRAMS,CRYPTORAPHY ENCRYPTION DECRYPTION,LZW ENCODE DECODE

crc hamming-code lzw-compression tcp-socket udp-socket

Last synced: 06 Apr 2025

https://github.com/maxime-cllt/pydecryptor

Projet de l'UE Codage et Cryptographie à l'UFR Sciences et Techniques de Dijon

algorithms ascii hamming-code huffman-coding python3 shannon vernam vigenere vigenere-cipher

Last synced: 25 Mar 2025

https://github.com/hridxyz/communication-networks

This repository contains a collection of programs designed to illustrate various algorithms and methods used in the field of communication networks. The implementations are primarily focused on data communication and network protocols, providing practical examples of how these concepts are applied in real-world scenarios.

bellman-ford-algorithm c communication communication-networks dijkstra-algorithm hamming-code network-programming

Last synced: 04 Mar 2025

https://github.com/bhargav-joshi/computer-network-programs

Computer Network programs of sem 5 of computer engineering

bit-stuffing computer-network dijikstra-algorithm hamming-code ipsubnet

Last synced: 09 Apr 2025

https://github.com/1divyanshu4/ecc-errorcorrectioncodes-

This repository provides a comprehensive implementation of Hamming, Extended Hamming and Hadamard Code Encoders and decoders in VHDL.

ecc error-correcting-codes extended-hamming hadamard-code hamming-code vhdl

Last synced: 03 Apr 2025

https://github.com/jelhamm/data-link-layer-error-detection-codes

"This repository focuses on implementing data link layer error detection codes. Providarious error detection techniques used in data communices methods for vations at the data link layer."

algorithms-implemented c checksum checksum-calculation cyclic-redundancy-check dat data-communication detection-algorithm detection-network error-correcting-codes error-handling frames hamming-code hamming-coding network-layer networking networking-in-c parity-check physical-layer

Last synced: 04 Apr 2025

https://github.com/xtenzq/hamming-code

Small program made as a part of university course used to encode images with hamming code algorithm

crc encryption hamming-code sha-256

Last synced: 21 Mar 2025

https://github.com/maxiamo/hamming

Шифр Хемминга. Зашифровка и Дешифровка.

cplusplus cpp hamming hamming-code hamming-coding

Last synced: 15 May 2025

https://github.com/artemzarubin/hamming-code

Implementation of Hamming code for error detection and correction. This Python application encodes/decodes text files using the 'ASCII -> binary -> Hamming code' scheme, allowing variable information block size (m). Developed for Work 1 in "Program and Data Security".

binary-data data-security encoder-decoder error-control-coding error-correction error-detection file-processing hamming-code lab-assignment python python3 university-project

Last synced: 15 Apr 2025

https://github.com/worthant/informatics

This repository is for storing informatics course laboratory works

hamming-code html json-parser latex markdown number-systems xml-parser yaml

Last synced: 26 Feb 2025