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

Ondra data object redesign #210

Merged
merged 13 commits into from
Apr 25, 2024
Merged

Ondra data object redesign #210

merged 13 commits into from
Apr 25, 2024

Conversation

ondrej-lukas
Copy link
Member

New design of Data objects:

Data class holds information about datapoints (files) present in the NetSecGame. Datapoints DO NOT hold the content of files.
Each data instance has two parameters:

  • owner:str - specifying the user who owns this datapoint
  • id: str - unique identifier of the datapoint in a host
  • size: int - size of the datapoint (optional, default=0)
  • type: str - identification of a type of the file (optional, default="")

@ondrej-lukas ondrej-lukas merged commit 1cae2a5 into main Apr 25, 2024
1 check passed
@ondrej-lukas ondrej-lukas deleted the ondra-data-object-redesign branch April 25, 2024 12:47
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.

1 participant