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

Create the basic objects: Router, Client, Connection #1

Open
17 of 23 tasks
zanna-37 opened this issue Feb 10, 2021 · 0 comments
Open
17 of 23 tasks

Create the basic objects: Router, Client, Connection #1

zanna-37 opened this issue Feb 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zanna-37
Copy link
Owner

zanna-37 commented Feb 10, 2021

  • Device
    Abstact type: can be Router or Client

    • ID (internal, just needed for the simulation)
  • Router

    • ID → see Device
    • AS number
    • networks_details[] (derived from Network_details)
    • links[] (derived from Link)
    • announced prefixes[]
    • localPreference[]
      • AS, preferenceValue
    • trust[]
      • AS, trustValue
  • Client

    • ID → see Device
    • network_details (derived from Network_details)
    • link (derived from Link)
  • Network_details

    • interface
    • IP
    • netmask
    • default_gateway
  • Link

    • device_ids(x, y)
    • device_source_interfaces(x, y)
    • connectionStatus (failed/active)
@zanna-37 zanna-37 self-assigned this Feb 10, 2021
@zanna-37 zanna-37 added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 10, 2021
@zanna-37 zanna-37 changed the title Create the Router object Create the basic objects: Router, Client, Connection Feb 10, 2021
@zanna-37 zanna-37 removed the documentation Improvements or additions to documentation label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant