Skip to content

The UniversityNetworking Project implements a client/server system for university exam management. It involves the Secretariat in exam input and reservation, Students for access and booking, and the University Server for centralized management, ensuring efficiency and modularity.

License

Notifications You must be signed in to change notification settings

vincenzobucciero/NetworkingProject-University

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏫 University Networking Project

The University Networking Project implements a client/server system for university exam management. It involves the Secretariat for exam input and reservation, Students for access and booking, and the University Server for centralized management, ensuring efficiency and modularity.

📑 Table of Contents


📚 Overview

The University Networking Project is developed to provide a seamless and organized solution for managing university exams. The system involves three main components:

  • 📋 Secretariat: Responsible for exam input and reservation.
  • 👩‍🎓 Students: Have access to the system for booking exams.
  • 💻 University Server: Manages the centralized coordination of exams, ensuring efficiency and modularity.

🚀 Features

  • 📋 Secretariat Module:

    • Input and reservation of exams.
    • Administrative control over exam scheduling.
  • 👩‍🎓 Student Module:

    • Access to the system for exam booking.
    • View of available exam slots.
  • 💻 University Server:

    • Centralized management of exams.
    • Efficient coordination and scheduling.

🛠️ Getting Started

⚙️ Prerequisites

Ensure you have the following software installed:

📥 Installation

  1. Clone the repository:

    git clone https://github.com/vincenzobucciero/NetworkingProject-University.git
  2. Navigate to the project directory:

    cd NetworkingProject-University
    

🏃‍♂️ Usage

  1. Compile the Secretariat module and run:

    gcc secretariat.c -o secretariat
    
    ./secretariat
    
  2. Compile the Secretariat module and run:

    gcc student.c -o student
    
    ./student
    
  3. Compile the UniversityServer module and run:

    gcc university_server.c -o university_server
    
    ./university_server
    

Replace secretariat.c, student.c, and university_server.c with the actual names of your C source files. Additionally, include any necessary compiler flags or dependencies in the compilation commands.

🤝 Contributing

We welcome contributions to the University Networking Project! Whether you've found a bug, have a feature request, or want to contribute code, here's how you can get involved:

  1. Fork the Repository: Start by forking the repository on GitHub.

  2. Clone your Fork: Clone your forked repository to your local machine using the following command:

    git clone https://github.com/your-username/NetworkingProject-University.git
    
  3. Create a Branch: Create a new branch for your contribution:

    git checkout -b feature/new-feature
    
  4. Make Changes: Implement your changes or add new features. Ensure your code follows the project's coding standards.

  5. Test your Changes: Run tests if available and ensure that your changes work as expected.

  6. Commit your Changes: Commit your changes with a descriptive commit message:

    git commit -m "Add a concise and descriptive commit message"
    
  7. Push to your Fork: Push your changes to your fork on GitHub:

    git push origin feature/new-feature
    
  8. Create a Pull Request: Open a pull request on the main repository. Provide a detailed description of your changes and reference any related issues.

  9. Feedback and Discussion: Participate in discussions about your pull request. Be responsive to feedback and make any necessary changes.

  10. Merge: Once your changes are approved, they will be merged into the main branch.

By contributing to this project, you agree to abide by the Code of Conduct. Thank you for your contributions and for helping to improve the University Networking Project.

Remember to replace your-username and feature/new-feature with your GitHub.

👮‍♂️ License

The University Networking Project is open-source software released under the MIT License.

📰 Report

Link to the report of the project: RelazioneBuccieroVincenzo.pdf

About

The UniversityNetworking Project implements a client/server system for university exam management. It involves the Secretariat in exam input and reservation, Students for access and booking, and the University Server for centralized management, ensuring efficiency and modularity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages