You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Flex Net Sim Backend API
2
2
3
-
This is a Flask-based backend API that runs the Flex Net Sim C++ library.
3
+
This is a Flask-based backend API that runs the FlexNetSim C++ library. It is an unofficial API that powers the backend for the web app deployed at [www.in-progress.com](www.in-progress.com).
4
4
5
5
## Prerequisites
6
6
@@ -46,14 +46,14 @@ This is a Flask-based backend API that runs the Flex Net Sim C++ library.
46
46
```bash
47
47
curl -X POST -H "Content-Type: application/json" \
48
48
-d '{
49
-
"algorithm": "BestFit",
50
-
"networkType": 2,
51
-
"goal_connections": 50000,
52
-
"confidence": 0.01,
53
-
"lambda": 1.5,
54
-
"mu": 8,
55
-
"network": "USNet",
56
-
"bitrate": "100Gbps"
49
+
"algorithm": "FirstFit",
50
+
"networkType": 1, -> (Only EONs available for the moment)
51
+
"goal_connections": 10000000,
52
+
"confidence": 0.05,
53
+
"lambda": 120,
54
+
"mu": 1,
55
+
"network": "NSFNet",
56
+
"bitrate": "bitrate" -> (filename in the ./bitrates folder)
0 commit comments