Skip to content
| Marketplace
Sign in
Visual Studio Code>Education>TrafficWatch IDS ToolsNew to Visual Studio Code? Get it now.
TrafficWatch IDS Tools

TrafficWatch IDS Tools

trafficwatchids

|
2 installs
| (0) | Free
Herramientas de apoyo para revisar, validar y presentar el proyecto TrafficWatch IDS desde Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TrafficWatch IDS Tools

Extensión de Visual Studio Code para apoyar la revisión, validación y presentación del proyecto TrafficWatch IDS.

Comandos

Abre la paleta de comandos de VS Code con Ctrl + Shift + P y busca:

  • TrafficWatch IDS: Abrir README
  • TrafficWatch IDS: Abrir Skills de Copilot
  • TrafficWatch IDS: Abrir Dashboard Local inicia python run_dashboard.py y abre http://127.0.0.1:5000
  • TrafficWatch IDS: Ejecutar Validación Básica
  • TrafficWatch IDS: Ejecutar Validación Completa

Validación básica

Ejecuta:

python -m json.tool config.json
python -m compileall src web
python -c "from web.app import app; c=app.test_client(); assert c.get('/').status_code == 200; assert c.get('/api/status').status_code == 200; print('Dashboard OK')"

Validación completa

Ejecuta:

python -m pytest

Nota

La extensión no ejecuta firewall, Nmap, Suricata ni captura real de paquetes. Es una herramienta de apoyo para revisión y validación desde VS Code.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft