Skip to content

v1.0.0

Compare
Choose a tag to compare
@MirkoZETA MirkoZETA released this 19 Feb 22:53
· 61 commits to master since this release
  • This API hopefully serves as playground to all new users of Flex Net Sim C++ simulation library.
  • The current version utilizes Flex Net Sim v0.8.1.
  • /run_simulation endpoint for simulation includes parameters such as:
    • algorithm: FirstFit, ExactFit.
    • networkType: Only 1 (EON) available for now.
    • goalConnections: 1 to 10,000,000.
    • confidence: significance level (alpha) greater than zero.
    • lambdaParam: Arrival rate (lambda) of connection requests.
    • mu: departure rate of connection requests.
    • network: name of the netowrk to simulate, Cost239, EuroCore, GermanNet, UKNet, NSFNet.
    • bitrate: fixed-rate or flex-rate.
    • K: Number of paths to consider during allocation, max 6.
  • /help endpoint provides detailed information about the /run_simulation endpoint.
  • API allocated in cloud run.
  • Documentation README for the process of develop/deployment located in workflows.