Marc Lichtman

Results 147 comments of Marc Lichtman

@SimonWittkowski got an example vita file that I can use to test with?

Yep, in your env var where you set feature flags, there's one for adding a refresh button to the top-right https://iqengine.org/docs/config-feature-flags eg `IQENGINE_FEATURE_FLAGS={"allowRefreshing": true, "bypassLandingPage": true}`

@SimonWittkowski OK I made a ton of changes, none to the actual packet parsing logic though (aside from adding pcap support which i wasnt able to actually test), but now...

Oh weird, you're using the latest docker image right? When you hit refresh the backend logs should show the same activity that happens when you start the backend, where it...

No need to close the PR, you can add commits to the same branch, and just let me know when it's ready to merge

When you say local data do you mean the local directory option (showed below), or using IQENGINE_BACKEND_LOCAL_FILEPATH to serve recordings local to the server? ![image](https://github.com/IQEngine/IQEngine/assets/5722532/dc2ec8a1-4b87-4747-811f-c0b2a9aecf2f)

Can you ping me on Discord or email me, my contact info is on pysdr.org, we should hop on a call to work this out

Interesting idea, so instead of providing a directory or storage account to find the list of recordings, you would provide the collection JSON which has the filenames of all the...