https://github.com/asiercl/printer-management-application
Actividad2 ProgramaciónII, USC
https://github.com/asiercl/printer-management-application
Last synced: 8 months ago
JSON representation
Actividad2 ProgramaciónII, USC
- Host: GitHub
- URL: https://github.com/asiercl/printer-management-application
- Owner: AsierCL
- Created: 2024-03-05T11:56:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T14:25:39.000Z (about 2 years ago)
- Last Synced: 2024-04-29T15:42:57.261Z (about 2 years ago)
- Language: C
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Printer Management Application
Printer Management Application is an application for managing a network of printers.
## Features
- Add and remove printers
- Add and print jobs from the print queue
- List pending jobs for each printer
- List printers with less queue
## Installation
```bash
git clone https://github.com/AsierCL/Printer-Management-Application.git
cd Printer-Management-Application/
make
./programa (file.txt)
```