Skip to content
View RohitPatidar123-hub's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report RohitPatidar123-hub

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sdn-network-controllers sdn-network-controllers Public

    “SDN simulations with Mininet & Ryu: hub/learning switch, spanning tree, shortest path, and congestion-aware routing in Python.”

    Python

  2. socket-programming-tcp-distributed-scheduling socket-programming-tcp-distributed-scheduling Public

    Implementation of socket programming concepts in C++: TCP client-server communication, concurrent connections, distributed access protocols (Slotted ALOHA, Binary Exponential Backoff), and centrali…

    C++

  3. tcp-like-udp-reliability-congestion-control tcp-like-udp-reliability-congestion-control Public

    Reliable Transport Protocol over UDP with TCP Reno & CUBIC Congestion Control (Python, Mininet)

    Python

  4. tls-vapt-security-analysis-python tls-vapt-security-analysis-python Public

    Implementation of a TLS client with certificate validation and hostname checks, along with website security analysis (VAPT) using Nmap, Burp Suite, and Metasploit. Includes automated Nmap scanning …

    Shell

  5. xv6-adaptive-page-replacement xv6-adaptive-page-replacement Public

    Modified xv6 Operating System with custom memory printer and adaptive page swapping. Implements per-process memory tracking, page replacement strategies, victim process/page selection, and dynamic …

    C

  6. xv6-operating-systems-shell-system-calls xv6-operating-systems-shell-system-calls Public

    Enhanced xv6 kernel with an authenticated shell, new system calls (history, block, unblock, chmod), and process tracking. Demonstrates systems programming, OS internals, and secure file permission …

    Assembly