gintel-as / gsp24-sipviewer

Gintel summer project - SIP Viewer
Apache License 2.0
1 stars 0 forks source link

Investigate flask API responding to TCP request and returning JSON without saving internally #185

Closed samer-12 closed 1 month ago

samer-12 commented 1 month ago

Like discussed with Bjørn, would be ideal if we never write files to the python server. Could be solved by passing the JSONtext from LogInterpreter to the API, and sending this as a response, either as simply a json object or converted into a file first.

moltubaer commented 1 month ago

If not able to, then you should at least add a function that deletes the processed log file after it has been downloaded