Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daemon: run analysis in realtime #43

Merged
merged 3 commits into from
Jun 6, 2024
Merged

daemon: run analysis in realtime #43

merged 3 commits into from
Jun 6, 2024

Conversation

wgreenberg
Copy link
Collaborator

@wgreenberg wgreenberg commented May 8, 2024

Currently we just show the results of analysis as a <pre> tagged JSON blob, but eventually we can make some actual UI

wgreenberg added 3 commits May 8, 2024 14:58
Currently we just show the results of analysis as a <pre> tagged
JSON blob, but eventually we can make some actual UI
ND-JSON (newline-delimited JSON) is just a file with a list of JSON
objects separated by newlines. This way, as the analyzer harness
processes new packets, it can simply append JSON-serialized results
to a file without parsing the entire thing first.

Also simplifies the analysis stuff to all operate in the diag thread.
@wgreenberg wgreenberg requested a review from cooperq May 14, 2024 19:11
@cooperq cooperq merged commit dfd8138 into main Jun 6, 2024
1 check passed
@cooperq cooperq deleted the webui-heuristics branch June 6, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants