Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EncounterBasedCommunication
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
encounters
EncounterBasedCommunication
Commits
edee789a
Commit
edee789a
authored
Jul 13, 2018
by
Roberta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit
parent
d2ff4ab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ebclibrary/src/main/java/org/mpisws/encounters/EncounterBasedCommunication.java
...va/org/mpisws/encounters/EncounterBasedCommunication.java
+2
-2
testapp/src/main/java/org/mpisws/testapp/simulator/SimulationClientBT.java
...java/org/mpisws/testapp/simulator/SimulationClientBT.java
+1
-1
No files found.
ebclibrary/src/main/java/org/mpisws/encounters/EncounterBasedCommunication.java
View file @
edee789a
...
@@ -43,8 +43,8 @@ import java.util.List;
...
@@ -43,8 +43,8 @@ import java.util.List;
*
*
**/
**/
public
class
EncounterBasedCommunication
{
public
class
EncounterBasedCommunication
{
public
static
final
long
CHANGE_EPOCH_TIME
=
1
*
60000
;
public
static
final
long
CHANGE_EPOCH_TIME
=
1
5
*
60000
;
public
static
final
long
SCAN_BATCH_INTERVAL
=
(
long
)
(
1
*
60000
);
public
static
final
long
SCAN_BATCH_INTERVAL
=
(
long
)
(
2
*
60000
);
public
static
final
int
REQUEST_ENABLE_BT
=
1
;
public
static
final
int
REQUEST_ENABLE_BT
=
1
;
public
static
final
int
REQUEST_ACCESS_FINE_LOCATION
=
2
;
public
static
final
int
REQUEST_ACCESS_FINE_LOCATION
=
2
;
private
static
final
String
TAG
=
EncounterBasedCommunication
.
class
.
getSimpleName
();
private
static
final
String
TAG
=
EncounterBasedCommunication
.
class
.
getSimpleName
();
...
...
testapp/src/main/java/org/mpisws/testapp/simulator/SimulationClientBT.java
View file @
edee789a
...
@@ -29,7 +29,7 @@ import java.util.UUID;
...
@@ -29,7 +29,7 @@ import java.util.UUID;
*/
*/
public
class
SimulationClientBT
{
public
class
SimulationClientBT
{
Context
context
;
Context
context
;
protected
static
final
int
NUM_SIMULATED_DEVICES
=
5
0
;
protected
static
final
int
NUM_SIMULATED_DEVICES
=
3
0
;
protected
static
final
int
NUM_SIMULATED_EPOCHS
=
10
;
protected
static
final
int
NUM_SIMULATED_EPOCHS
=
10
;
private
static
final
String
TAG
=
SimulationClientBT
.
class
.
getSimpleName
();
private
static
final
String
TAG
=
SimulationClientBT
.
class
.
getSimpleName
();
...
...
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