This repository contains solutions to two assignments for the Advanced Object-Oriented Programming (AOOP) course, focusing on Socket Programming and File I/O in Java.
Task:
Create a mesh network where:
- There is 1 server and 3 clients
- All nodes can communicate with each other
- If the server sends a message β all clients receive it
- If any client sends a message β the server and the other two clients receive it
Solution: π View Socket Programming Solution
Task:
Create a Java program that:
- Reads from a video file
- Writes to a new output video file
Solution: π View File I/O Solution
For any questions, suggestions, or feedback, please feel free to reach out to the repository maintainer.
Happy Learning! π