<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/tools/cbr/cbr_client.c, branch 0.4</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.4</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2017-01-09T15:09:07Z</updated>
<entry>
<title>build: Update licenses and copyright</title>
<updated>2017-01-09T15:09:07Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2017-01-09T15:09:07Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=7687ba45fca7a7f139d880d39a51c9e741fb25ea'/>
<id>urn:sha1:7687ba45fca7a7f139d880d39a51c9e741fb25ea</id>
<content type='text'>
Copyright is set to 2016 - 2017. License text on includes and sources
in the library are changed to indicate the LGPLv2.1 license.
</content>
</entry>
<entry>
<title>ouroboros: Correct license statements</title>
<updated>2016-12-24T12:50:00Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-12-24T00:59:42Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=2fe765020769c8eb06ca410b7e289f37508d5efc'/>
<id>urn:sha1:2fe765020769c8eb06ca410b7e289f37508d5efc</id>
<content type='text'>
This corrects the license statements on all files. Installed headers
are LGPLv2.1, the rest of the code is GPLv2.
</content>
</entry>
<entry>
<title>tools: Shut down cbr gracefully</title>
<updated>2016-12-10T11:01:49Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-12-10T10:48:29Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=7a8f55bdb4498c927b6f192b83868138b32cce72'/>
<id>urn:sha1:7a8f55bdb4498c927b6f192b83868138b32cce72</id>
<content type='text'>
Adds a simple cleanup handler that avoids abrupt termination during an
sdu_write call, which potentially locks up the entire system due to
the writes in the rdrbuff and rbuff not being handled as a single
transaction.
</content>
</entry>
<entry>
<title>tools: Fix likely overflow in cbr output</title>
<updated>2016-11-16T13:26:20Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-11-16T13:26:20Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=6b9176f9ffb29fdc073a2502bbb8d4988d545390'/>
<id>urn:sha1:6b9176f9ffb29fdc073a2502bbb8d4988d545390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Compile with strict conversion</title>
<updated>2016-10-22T11:27:02Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-10-21T18:13:41Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=3cafbf3cfe5c58a6988dbfc4c29148ebb804f5c2'/>
<id>urn:sha1:3cafbf3cfe5c58a6988dbfc4c29148ebb804f5c2</id>
<content type='text'>
This has the code checked with -Wcast-qual and -Wconversion flags.
These flags were removed because SWIG generated code fails.
</content>
</entry>
<entry>
<title>tools: fixed application shutdown</title>
<updated>2016-06-16T20:32:06Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-06-16T20:32:06Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=0bdec7d84cccf3714804a6bc220fbedf96eccd54'/>
<id>urn:sha1:0bdec7d84cccf3714804a6bc220fbedf96eccd54</id>
<content type='text'>
Tools would do a double ap_fini when an error occurred.
</content>
</entry>
<entry>
<title>lib, irmd, tools, ipcpd: updates to dev API.</title>
<updated>2016-06-13T11:48:17Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-06-13T11:48:17Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=7834e92b218da69cd934679dec9c2d714d89d15e'/>
<id>urn:sha1:7834e92b218da69cd934679dec9c2d714d89d15e</id>
<content type='text'>
The registration function has been moved to the irm tool, applications
now need to be registered by an administrator. Currently only supports
one instance per registered name, and an AP can be registered under
only one name.

The irmd can now start a registered server application on demand.

For the full functionality of the tool, execute "irm register".

AP name removed from flow allocation. Flow allocation does not send
the source ap name as it is quite useless. The accept() call now only
returns the AE name.
</content>
</entry>
<entry>
<title>tools: updated cbr with flood and sleep options</title>
<updated>2016-05-27T12:46:46Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-05-27T12:46:46Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=5f79244d8d83fffab21dc3d18697d938ef836c09'/>
<id>urn:sha1:5f79244d8d83fffab21dc3d18697d938ef836c09</id>
<content type='text'>
The cbr client will now use busy waiting by default to control the
sending rate. A --sleep option has been added to allow low CPU usage
when sending at low data rates. A --flood option has been added that
writes SDU's as fast as possible.
</content>
</entry>
<entry>
<title>tools: Add threadpool to cbr</title>
<updated>2016-05-26T12:41:33Z</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-05-25T16:55:37Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=98f5a4cd845035a7fbeaa8ea95e58023c52e2b9c'/>
<id>urn:sha1:98f5a4cd845035a7fbeaa8ea95e58023c52e2b9c</id>
<content type='text'>
This adds a threadpool to cbr, so that it is not overflooded with
client requests.
</content>
</entry>
<entry>
<title>tools: cbr continues when a write fails</title>
<updated>2016-05-25T08:20:38Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-05-25T08:20:38Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=bfe91f5a07bf8ad0e0da0fd8079411b3a66e4a79'/>
<id>urn:sha1:bfe91f5a07bf8ad0e0da0fd8079411b3a66e4a79</id>
<content type='text'>
the CBR tool would stop if the buffer is full. Now it will continue
sending SDU's until the duration expires.
</content>
</entry>
</feed>
