oran-testing / soft-t-ue

Open source O-RAN 5G security testing tool
https://rantesterue.org
GNU Affero General Public License v3.0
2 stars 3 forks source link

Realtime Graph Backend Fix #47

Closed cueltschey closed 1 month ago

cueltschey commented 1 month ago

In this branch we are developing a fix to the way that the graphs are generated. Currently a new plot is made, the converted to a buffer, then written to a PNG, then read as a texture and inserted into the GUI. This is very inefficient and we are looking for a better way to do it.