LVala / rtpeeker

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

Basic WebSocket server #27

Closed LVala closed 1 year ago

LVala commented 1 year ago

Now the main binary sets up WebSocket server. When clients connects, they receive all of already sniffed packets. When new packets are captured, they are send to all of the connected clients.