2024-08-21 15:10:05 +02:00
2024-08-21 11:34:15 +02:00
2024-07-30 15:44:27 +02:00
2020-12-04 08:54:24 +01:00
2024-08-21 11:34:15 +02:00
2024-08-21 11:31:31 +02:00
2024-08-21 11:31:31 +02:00
2024-08-21 15:20:55 +02:00
2024-07-12 10:31:34 +02:00
2024-08-21 10:32:44 +02:00
2020-12-10 16:58:59 +01:00

SEAWeb

The WEB GUI client of SEA.

This repository contains the code of the server for the control and graphical parts, plus the client code (HTML, CSS, JS)

Documentation

./doc/
    blocks.tsv              <-- (DE) Indicates the position of the different blocks depending on the screen size
    client.md               <-- (ENG) Developper documentation about the client part
    message_chain.txt       <-- (ENG) Gives the message chain (API calls) for builiding the different blocks
    protocol.txt            <-- (ENG) Gives a summary of the different server response payloads
    server.md               <-- (ENG) Developper documentation about the server part
    variables_config.md     <-- (ENG) User/programmer documentation about configuring parameters for the graphical part

Installation (!!! WIP !!!)

  1. Clone this repository on the ~ folder on your machine
  2. If not done yet, activate a Python environnment
  3. Run the command cd seaweb

Configuring the application (!!! WIP !!!)

Starting the application (!!! WIP !!!)

  1. Run the command cd ~/seaweb

Stopping the application

  1. Run the command ps ax | grep seaweb
  2. In the output of the previous command, identifiy the PID corresponding to the server process
  3. Run the command kill <previously_identified_PID>
Description
No description provided
Readme 2.8 MiB
Languages
JavaScript 71.4%
Python 14.1%
CSS 10.2%
HTML 4.3%