Project-Faster / qpep

A working version of qpep standalone go client/server, designed to accelerate high-latency connections, like those provided by geostationary satellites.
https://docs.projectfaster.org
Other
3 stars 1 forks source link

Analytics #23

Closed parvit closed 1 year ago

parvit commented 1 year ago

Justification: need to be able to share the summary data proving the benefit across deployed users.

Currently statistics collected during execution of the server are lost at shutdown. This change would allow periodic saving of the values to a persistance provider.

Client for MQTT for both the qpep client and the server (https://github.com/eclipse/paho.mqtt.golang)

estimated effort: 2 week

parvit commented 1 year ago

Implementation introduced to the #45 branch