Skip to content

Commit

Permalink
version 1.3.6
Browse files Browse the repository at this point in the history
 - added spatial routing features
 - added better multi-threading support for clients (esp. with service responders)
 - added internal direct communication to several clients
 - added internal instance communication fix
  • Loading branch information
matsfunk committed Dec 27, 2017
1 parent c2c3d18 commit a44dafa
Show file tree
Hide file tree
Showing 93 changed files with 2,903 additions and 291 deletions.
Binary file modified dist/oocsi.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/oocsi/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ paragraph = This library provides easy ways to connect a Processing sketch to a
# compare different versions of the same library, and check if an update is
# available. You should think of it as a counter, counting the total number of
# releases you've had.
version = 134
version = 136

# The version as the user will see it. If blank, the version attribute will be
# used here. This should be a single word, with no spaces.
prettyVersion = 1.3.4
prettyVersion = 1.3.6

# The min and max revision of Processing compatible with your library.
# Note that these fields use the revision and not the version of Processing,
Expand Down
Binary file modified dist/oocsi/library/oocsi.jar
Binary file not shown.
7 changes: 5 additions & 2 deletions dist/oocsi/reference/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Sep 22 10:40:08 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 27 11:18:43 CET 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-09-22">
<meta name="date" content="2017-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,6 +19,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="nl/tue/id/oocsi/EventRecorder.html" title="class in nl.tue.id.oocsi" target="classFrame">EventRecorder</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/Handler.html" title="class in nl.tue.id.oocsi.client.protocol" target="classFrame">Handler</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/MultiHandler.html" title="class in nl.tue.id.oocsi.client.protocol" target="classFrame">MultiHandler</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/MultiMessage.html" title="class in nl.tue.id.oocsi.client.protocol" target="classFrame">MultiMessage</a></li>
<li><a href="nl/tue/id/oocsi/OOCSI.html" title="class in nl.tue.id.oocsi" target="classFrame">OOCSI</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSIAwareness.html" title="class in nl.tue.id.oocsi.client.behavior" target="classFrame">OOCSIAwareness</a></li>
<li><a href="nl/tue/id/oocsi/OOCSIBoolean.html" title="class in nl.tue.id.oocsi" target="classFrame">OOCSIBoolean</a></li>
Expand All @@ -34,6 +35,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="nl/tue/id/oocsi/OOCSIInt.html" title="class in nl.tue.id.oocsi" target="classFrame">OOCSIInt</a></li>
<li><a href="nl/tue/id/oocsi/OOCSILong.html" title="class in nl.tue.id.oocsi" target="classFrame">OOCSILong</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/OOCSIMessage.html" title="class in nl.tue.id.oocsi.client.protocol" target="classFrame">OOCSIMessage</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpatial.html" title="class in nl.tue.id.oocsi.client.behavior" target="classFrame">OOCSISpatial</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpatial.DistanceMetric.html" title="interface in nl.tue.id.oocsi.client.behavior" target="classFrame"><span class="interfaceName">OOCSISpatial.DistanceMetric</span></a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpread.html" title="class in nl.tue.id.oocsi.client.behavior" target="classFrame">OOCSISpread</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/state/OOCSIStateMachine.html" title="class in nl.tue.id.oocsi.client.behavior.state" target="classFrame">OOCSIStateMachine</a></li>
<li><a href="nl/tue/id/oocsi/OOCSIString.html" title="class in nl.tue.id.oocsi" target="classFrame">OOCSIString</a></li>
Expand Down
7 changes: 5 additions & 2 deletions dist/oocsi/reference/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Sep 22 10:40:08 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 27 11:18:43 CET 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-09-22">
<meta name="date" content="2017-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,6 +19,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="nl/tue/id/oocsi/EventRecorder.html" title="class in nl.tue.id.oocsi">EventRecorder</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/Handler.html" title="class in nl.tue.id.oocsi.client.protocol">Handler</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/MultiHandler.html" title="class in nl.tue.id.oocsi.client.protocol">MultiHandler</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/MultiMessage.html" title="class in nl.tue.id.oocsi.client.protocol">MultiMessage</a></li>
<li><a href="nl/tue/id/oocsi/OOCSI.html" title="class in nl.tue.id.oocsi">OOCSI</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSIAwareness.html" title="class in nl.tue.id.oocsi.client.behavior">OOCSIAwareness</a></li>
<li><a href="nl/tue/id/oocsi/OOCSIBoolean.html" title="class in nl.tue.id.oocsi">OOCSIBoolean</a></li>
Expand All @@ -34,6 +35,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="nl/tue/id/oocsi/OOCSIInt.html" title="class in nl.tue.id.oocsi">OOCSIInt</a></li>
<li><a href="nl/tue/id/oocsi/OOCSILong.html" title="class in nl.tue.id.oocsi">OOCSILong</a></li>
<li><a href="nl/tue/id/oocsi/client/protocol/OOCSIMessage.html" title="class in nl.tue.id.oocsi.client.protocol">OOCSIMessage</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpatial.html" title="class in nl.tue.id.oocsi.client.behavior">OOCSISpatial</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpatial.DistanceMetric.html" title="interface in nl.tue.id.oocsi.client.behavior"><span class="interfaceName">OOCSISpatial.DistanceMetric</span></a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/OOCSISpread.html" title="class in nl.tue.id.oocsi.client.behavior">OOCSISpread</a></li>
<li><a href="nl/tue/id/oocsi/client/behavior/state/OOCSIStateMachine.html" title="class in nl.tue.id.oocsi.client.behavior.state">OOCSIStateMachine</a></li>
<li><a href="nl/tue/id/oocsi/OOCSIString.html" title="class in nl.tue.id.oocsi">OOCSIString</a></li>
Expand Down
27 changes: 24 additions & 3 deletions dist/oocsi/reference/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Sep 22 10:40:08 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 27 11:18:43 CET 2017 -->
<title>Constant Field Values</title>
<meta name="date" content="2017-09-22">
<meta name="date" content="2017-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -122,7 +122,28 @@ <h2 title="nl.tue">nl.tue.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="nl/tue/id/oocsi/client/OOCSIClient.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"1.3.4"</code></td>
<td class="colLast"><code>"1.3.6"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>nl.tue.id.oocsi.client.behavior.<a href="nl/tue/id/oocsi/client/behavior/OOCSISystemCommunicator.html" title="class in nl.tue.id.oocsi.client.behavior">OOCSISystemCommunicator</a>&lt;<a href="nl/tue/id/oocsi/client/behavior/OOCSISystemCommunicator.html" title="type parameter in OOCSISystemCommunicator">T</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="nl.tue.id.oocsi.client.behavior.OOCSISystemCommunicator.HANDLE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="nl/tue/id/oocsi/client/behavior/OOCSISystemCommunicator.html#HANDLE">HANDLE</a></code></td>
<td class="colLast"><code>"handle"</code></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions dist/oocsi/reference/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Sep 22 10:40:08 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 27 11:18:43 CET 2017 -->
<title>Deprecated List</title>
<meta name="date" content="2017-09-22">
<meta name="date" content="2017-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions dist/oocsi/reference/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Sep 22 10:40:09 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 27 11:18:43 CET 2017 -->
<title>API Help</title>
<meta name="date" content="2017-09-22">
<meta name="date" content="2017-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Loading

0 comments on commit a44dafa

Please sign in to comment.