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

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Packet Analyzer

Frontend

Executando o frontend

  • Acesse a pasta ./frontend e execute:
    $ npm install
    $ npm run serve

Backend

  • Instale o Python (pip)

Executando o backend

  • Acesse o diretório ./backend e execute:
    $ pip install
    $ uvicorn main:app

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