LVala / rtpeeker

RTP streams analysis and visualization tool
MIT License
4 stars 2 forks source link

Main screen #28

Closed LVala closed 1 year ago

LVala commented 1 year ago

Create the main WASM/egui app template. The template should contain general elements (e.g. information about connected backend, a ligth/dark mode switch, these are just examples). The template should allow to easily insert buttons/other way to enable pages/tabs/windows (with e.g. tables with packets or plots). This tasks also requires to implement the packet fetching on the client side, as new packets must cause re-render.