aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params/xmlrpc.sh
diff options
context:
space:
mode:
authorStefan Rado <px4@sradonia.net>2014-02-18 22:34:52 +0100
committerStefan Rado <px4@sradonia.net>2014-02-18 22:34:52 +0100
commit8d41155fb66ce04834141151c4a0fa54de0b4b31 (patch)
tree27cf4a86137c793c826c280419d388ec01512569 /Tools/px4params/xmlrpc.sh
parent55e66f5ad1fecb02bcb9782265303e20756b5cb9 (diff)
downloadpx4-firmware-8d41155fb66ce04834141151c4a0fa54de0b4b31.tar.gz
px4-firmware-8d41155fb66ce04834141151c4a0fa54de0b4b31.tar.bz2
px4-firmware-8d41155fb66ce04834141151c4a0fa54de0b4b31.zip
Rework px_process_params.py into a fully featured program.
Diffstat (limited to 'Tools/px4params/xmlrpc.sh')
-rw-r--r--Tools/px4params/xmlrpc.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/px4params/xmlrpc.sh b/Tools/px4params/xmlrpc.sh
deleted file mode 100644
index efd177f46..000000000
--- a/Tools/px4params/xmlrpc.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-python px_process_params.py
-
-rm cookies.txt
-curl --cookie cookies.txt --cookie-jar cookies.txt --user-agent Mozilla/4.0 --data "u=$XMLRPCUSER&p=$XMLRPCPASS" https://pixhawk.org/start?do=login
-curl -k --cookie cookies.txt -H "Content-Type: application/xml" -X POST --data-binary @parameters.wikirpc.xml "https://pixhawk.org/lib/exe/xmlrpc.php"