You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PacketFlow Studio
Offline browser-based network simulator shell built with React, TypeScript, Redux Toolkit, and PixiJS.
## Goals
- Visual topology canvas with WebGL rendering
- Redux-driven simulator state and device metadata
- Offline-capable UI foundation for protocol simulation
## Quick start
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
npm run preview
```
# network-simulation