Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
M
MSP-OpenSSL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cyber security
T
TS 103 523 MSP
TLMSP
MSP-OpenSSL
Commits
7d5c7dac
Commit
7d5c7dac
authored
Jun 07, 2018
by
canterburym
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding quickrun.sh and inputData.json to the main directory
parent
51a23f3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
inputData.json
evaluation/demonstration/inputData.json
+20
-0
quickrun.sh
evaluation/demonstration/quickrun.sh
+20
-0
No files found.
evaluation/demonstration/inputData.json
0 → 100644
View file @
7d5c7dac
{
"contexts"
:
[
"Context A"
],
"middleboxes"
:
[
{
"url"
:
"127.0.0.1:8423"
,
"readAccess"
:
[],
"writeAccess"
:
[]
}
],
"slicedData"
:
[
{
"slice"
:
0
,
"data"
:
"Just testing!"
}
]
}
evaluation/demonstration/quickrun.sh
0 → 100755
View file @
7d5c7dac
echo
"Starting Middlebox"
./middlebox 8423 127.0.0.1:8423 simpleMiddlebox &
mboxpid
=
$(
pidof ./middlebox
)
sleep
.3
echo
"Starting Server"
./server &
serverpid
=
$(
pidof ./server
)
sleep
.3
echo
"Starting Client"
./client
echo
"Cleaning up"
kill
$mboxpid
kill
$serverpid
Write
Preview
Markdown
is supported
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