Skip to content

A network packet analyzer developed for the Computer Networks course at UFSM, using Python and Vue.js

Notifications You must be signed in to change notification settings

dbseitenfus/network-packet-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Packet Analyzer

Frontend

Executando o frontend

  1. Acesse a pasta frontend:

    cd ./frontend
  2. Instale as dependências:

    npm install
  3. Inicie o servidor de desenvolvimento:

    npm run serve

Backend

Pré-requisitos

  • Certifique-se de ter o Python instalado.
  • Instale o gerenciador de pacotes pip.

Executando o backend

  1. Acesse o diretório backend:

    cd ./backend
  2. Instale as dependências:

    pip install -r requirements.txt
  3. Inicie o servidor utilizando uvicorn:

    uvicorn main:app

Utilizando o projeto

  1. Para escolher os arquivos deve-se utilizar o botão de upload.
  2. Deve-se escolher os arquivos que estão na pasta "data"

About

A network packet analyzer developed for the Computer Networks course at UFSM, using Python and Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published