Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

qvis-python

A set of QUIC visualization tools inspired by qvis.

TODO

Examples

Get received bytes on stream 3

fromqvis.connectionimportread_qlogconn=read_qlog('testdata/client.qlog')
conn.total_received_stream_payload(3)

Plot received bytes on stream 3

fromqvis.connectionimportread_qlogfromqvis.plotimportplot_stream_data_receivedfrommatplotlibimportpyplotaspltconn=read_qlog('testdata/client.qlog')
fig, ax=plt.subplots()
plot_stream_data_received(ax, conn, 3)
fig.show()

About

A set of QUIC visualization tools inspired by qvis.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages