Coder Social home page Coder Social logo

complex-projects's Introduction

Complex-Projects

Here, I want to test my limits and understanding when it comes to programming and coding by implementing real life technologies used every single day. This will simply be a collection of my personal experiments in compiler design, distributed systems, and version control exploration. Since I have a good mastery of C, most of this projects will be in C, however, I am excited to learn Rust and C++. So we will see how the journey goes. Here are the projects implemented so far:

BitTorrent Client

  • Description

    • BitTorrent is a peer-to-peer file sharing protocol used for distributing large amounts of data. Here, I build a BitTorrent client that's capable of downloading a publicly available file using the BitTorrent protocol. BitTorrent helps file downloads to be a lot faster and reduces server load. More information about this project will be in the READMe file of the BitTorrent directory.
  • Model Inspiration and Real life use

    • Tranmission is an open source BitTorrent Client that is used by Ubuntu and is the current default (As of May 2024)
  • Status: In Progress

complex-projects's People

Contributors

sinmi-hub avatar

Watchers

 avatar

complex-projects's Issues

Bug in bencode() function of BitTorrent-client

  1. Improper parsing of raw binary value. In the event that a representation of null byte appears in a binary stream such as the hash pieces in a bittiorrent file, these values are not parsed properly, as that null byte is determined to be the end of the string of hash value, hence shortening the hash

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.