Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mad
concierge
Commits
0e429ecb
Commit
0e429ecb
authored
Jan 19, 2015
by
Jamalaka
Browse files
Added some timout handling rearding spaceapi.
parent
67e907e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
lock
View file @
0e429ecb
...
...
@@ -8,7 +8,8 @@ echo "Securing Communication to Space Systems..."
echo
"out"
>
/sys/class/gpio/gpio22/direction
sleep
0.5
echo
"Open Communication Channel..."
curl
-s
-o
/dev/null
"hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=close"
&
# Silent, Output to /dev/null, Timeout after 5s and retry 12 times, each doubling the waitingtime until ten minutes.
curl
-s
-o
/dev/null
-m
5
--connect-timeout
5
--retry
12
"hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=close"
&
echo
"Locking Space..."
echo
"1"
>
/sys/class/gpio/gpio22/value
sleep
0.3
...
...
unlock
View file @
0e429ecb
...
...
@@ -8,7 +8,7 @@ echo "Securing Communication to Space Systems..."
echo
"out"
>
/sys/class/gpio/gpio27/direction
sleep
0.5
echo
"Open Communication Channel..."
curl
-s
-o
/dev/null
"hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=open"
&
curl
-s
-o
/dev/null
-m
5
--connect-timeout
5
--retry
12
"hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=open"
&
echo
"Unlocking Space..."
echo
"1"
>
/sys/class/gpio/gpio27/value
sleep
0.3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment