Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
1d392b5f
Commit
1d392b5f
authored
Jan 08, 2013
by
Michel Roelofs
Browse files
Merge branch 'Michel' into Jeroen
parents
950b674d
e435a99c
Changes
22
Show whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
1d392b5f
*.o
*.d
*.sw?
*~
console/start_console.sh
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
CTRL
=
127.0.0.1
...
...
controller/block_list.sh
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
for
lib
in
$@
;
do
SYMBOLS
=
`
nm
$lib
|grep
"block_.*_create"
|cut
-d
' '
-f3
`
...
...
corso2012/htdocs/shell.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
SHELLHOST
=
"localhost"
#SHELLHOST="192.168.204.20"
...
...
corso2012/htdocs/trace.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"10000"
...
...
htdocs/auth.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
AUTHHOST
=
"localhost"
AUTHPORT
=
"11010"
...
...
htdocs/auth_status.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
AUTH_STATUS_HOST
=
"localhost"
AUTH_STATUS_PORT
=
"11020"
...
...
htdocs/azel/azel_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11041"
...
...
htdocs/azel_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11041"
...
...
htdocs/j2000/j2000_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11031"
...
...
htdocs/j2000/j2000_status.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
STATUS_HOST
=
"localhost"
STATUS_PORT
=
"11030"
...
...
htdocs/j2000_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11031"
...
...
htdocs/j2000_status.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
STATUS_HOST
=
"localhost"
STATUS_PORT
=
"11030"
...
...
htdocs/log.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
LOGHOST
=
"localhost"
LOGPORT
=
"11200"
...
...
htdocs/manual_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11051"
...
...
htdocs/offset.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
AUTHOFFHOST
=
"localhost"
AUTHOFFPORT
=
"11011"
...
...
htdocs/sat_command.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"11061"
...
...
htdocs/sat_status.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
STATUS_HOST
=
"localhost"
STATUS_PORT
=
"11060"
...
...
htdocs/shell.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
SHELLHOST
=
"localhost"
#SHELLHOST="192.168.204.20"
...
...
htdocs/trace.cgi
View file @
1d392b5f
#!/bin/sh
#!/bin/
ba
sh
HOST
=
"localhost"
PORT
=
"10000"
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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