about summary refs log tree commit diff
path: root/insertdouble.sh
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-07 02:45:52 +0100
committerEmile <hanemile@protonmail.com>2019-02-07 02:45:52 +0100
commitbec0f65a315bb8cebe2a74035ebef37c86eb5449 (patch)
tree2e1c37eb790b350e20afca4350811e2902f83e26 /insertdouble.sh
parentd2d08cecf4746a53df305fb67468919ef9657836 (diff)
new model, see the wiki for a description how this all works
Diffstat (limited to 'insertdouble.sh')
-rwxr-xr-xinsertdouble.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/insertdouble.sh b/insertdouble.sh
new file mode 100755
index 0000000..a628497
--- /dev/null
+++ b/insertdouble.sh
@@ -0,0 +1,5 @@
+curl -X POST http://localhost:8081/deleteStars 
+curl -X POST http://localhost:8081/deleteNodes 
+curl -X POST --data "w=1000" http://localhost:8081/new
+curl -X POST --data "x=750&y=250&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar
+curl -X POST --data "x=250&y=250&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar