Skip to content

Commit

Permalink
Update RISE (#86)
Browse files Browse the repository at this point in the history
Update commit hash, protocol version and startWait time of servers
  • Loading branch information
actyp authored Feb 22, 2024
1 parent 7f1f17c commit d64daa1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion experiments/args/rise/client
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ W_METHOD,WP_METHOD

##### EdhocMapperConfig #####
-protocolVersion
v20
v23

-combinedMessageVersion
v07
Expand Down
2 changes: 1 addition & 1 deletion experiments/args/rise/client_m4_app
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ W_METHOD,WP_METHOD

##### EdhocMapperConfig #####
-protocolVersion
v20
v23

-combinedMessageVersion
v07
Expand Down
4 changes: 2 additions & 2 deletions experiments/args/rise/server
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ W_METHOD,WP_METHOD

##### EdhocMapperConfig #####
-protocolVersion
v20
v23

-combinedMessageVersion
v07
Expand Down Expand Up @@ -62,7 +62,7 @@ ${models.servers}/rise
-cmd
java -cp cf-edhoc.jar org.eclipse.californium.edhoc.EdhocServer
-startWait
600
300


##### EdhocSulServerConfig #####
Expand Down
4 changes: 2 additions & 2 deletions experiments/args/rise/server_m4_app
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ W_METHOD,WP_METHOD

##### EdhocMapperConfig #####
-protocolVersion
v20
v23

-combinedMessageVersion
v07
Expand Down Expand Up @@ -62,7 +62,7 @@ ${models.servers}/rise
-cmd
java -cp cf-edhoc.jar org.eclipse.californium.edhoc.EdhocServer 5
-startWait
600
300


##### EdhocSulServerConfig #####
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_sul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ setup_lakers() {

setup_rise() {
# rise
CHECKOUT="d728368ac44dabceff2b4a2c5fcd757552e65f9e"
CHECKOUT="7925037c7f8c49d04c4992b28042a35806634edc"
PREFIX="${SOURCES_DIR}/californium/cf-edhoc/src"
POSTFIX="java/org/eclipse/californium/edhoc"
CF_EDHOC_MAIN_DIR="${PREFIX}/main/${POSTFIX}"
Expand Down

0 comments on commit d64daa1

Please sign in to comment.