Manjot (MSDhillon)

MSDhillon

Geek Repo

Github PK Tool:Github PK Tool

Manjot's repositories

Traffic-Light-System-using-Arduino

This is an Arduino project for a university course on embedded systems. The aim of the project is to develop a traffic light system that uses distance and light sensors to manage traffic flow at an intersection.

Language:C++Stargazers:1Issues:0Issues:0

Java-Load-Balancer-with-Round-Robin-Scheduling

This is a Java project for a university course on distributed systems. The load balancer is designed to distribute incoming client requests across multiple backend servers in a round-robin fashion, ensuring that each server receives an equal share of the workload. Program is mainly focussed on the Round Robin algorithm.

Language:JavaStargazers:0Issues:0Issues:0
Language:DartStargazers:0Issues:0Issues:0

Python-Instant-Messaging-System

This is a Python project for a university course on systems programming. The project aims to build a simple instant messaging system that allows users to send and receive messages in real-time. The system consists of a server-side application and a client-side application that communicate over a network using TCP sockets.

Language:PythonStargazers:0Issues:1Issues:0

Python-PCAP-Analyser

This is a Python project for a university course on network security. The aim of the project is to develop a tool that can analyse PCAP (Packet Capture) files and extract data from it without using external libraries, such as PyPCAPKit or Scapy. An additional feature has been added for Port Scanning.

Language:PythonStargazers:0Issues:0Issues:0