Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

File metadata and controls

37 lines (26 loc) · 1.14 KB

Project logo


SAE en programmation C et HTML en anglais .

ℹ️ Mise en situation

The proposed SAÉ consists in writing a program in C language allowing to generate statistics on the connections of a web server. The program will have three types of interfaces: by default, an interface for the web and, depending on the call options, a graphical interface and a text interface.

You will have to:

    1. Write a program to process log files of an apache server offering three interface modes (two graphical modes allowing to visualize the statistics in the form of histograms and a text mode).
    1. Set up a demonstration model to test the program in real conditions of use.

📸 Screenshots

Aperçu du premier test : Partie textuel.

Aperçu du deuxième test : Partie application.

Aperçu du troisième test : Partie HTML.