-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (143 loc) · 12.5 KB
/
index.html
File metadata and controls
200 lines (143 loc) · 12.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>EPICS</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link href="../style/style.css" rel="stylesheet" type="text/css" media="all">
<!-- feed -->
<link rel="alternate" type="application/atom+xml" title="EPiCS news" href="../news/atom">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/tracking.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-307882-8']);
_gaq.push(['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<div id="left">
<div id="navigation">
<ul id="menue">
<li><a class="nav_home" href="../">HOME</a></li>
<li><a class="nav_project" href="../project/">PROJECT</a></li>
<li><a class="nav_consortium" href="../consortium/">CONSORTIUM</a></li>
<li><a class="nav_publication" href="../publications/">PUBLICATIONS</a></li>
<li class="active"><a class="nav_software" href="./">SOFTWARE</a></li>
<li><a class="nav_videos" href="https://vimeo.com/channels/epics">VIDEOS</a></li>
<li><a class="nav_news" href="../news/">NEWS</a></li>
</ul>
</div> <!-- navigation -->
<div id="contact_container">
<div id="contact_button"><a href="../contact"><img src="../style/button_contact_off.gif" width="56" height="117" alt="" onmouseover="this.src='/style/button_contact_on.gif'" onmouseout="this.src='/style/button_contact_off.gif'"></a></div>
<div id="logo7fp"><a href="http://cordis.europa.eu/fp7/home_en.html"><img src="../style/logo7fp.gif" width="101" height="85" alt="Logo European Comission Seventh Framework Programme"></a></div>
</div>
</div>
<div id="right">
<div id="headline" style="background: url(/style/bg_headline.gif) no-repeat;">
<h1>
SOFTWARE
</h1>
</div>
<div id="content_container_gross">
<div class="content">
<div style="padding-top: 2ex; padding-bottom: 2ex; color: #aaa;">
<strong>Open Source:</strong>
Some projects from the EPiCS consortium are released as open source. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. In most cases, these works are distributed under a free license such as the GNU GPL, so that it can be freely modified and redistributed under the terms of those licenses.
</div>
<h3>ReconOS (<a href="http://github.com/EPiCS/reconos">http://github.com/EPiCS/reconos</a>)</h3>
<p>ReconOS is a programming model, an execution environment, an operating system
extension, a hardware architecture, a research project, and a development
playground.</p>
<p>Originally developed within the context of a university research project and a
PhD thesis, ReconOS is a way to bring some of the convenience of a software-like
programming model to the detail-ridden world of dynamically reconfigurable
hardware design. With ReconOS, you can model a concurrent application for
reconfigurable systems-on-chip (rSoC) using both software and hardware threads.
The interactions between all threads are handled through common POSIX-like
abstractions such as mailboxes, semaphores, or shared memory, hiding the
complexities of bus access protocols, memory spaces, register files and
interrupt handling.</p>
<p>ReconOS also includes a dynamic network protocol stack developed by ETH Zurich.</p>
<h3>FPGA Heater Cores (<a href="http://epics.uni-paderborn./fpga-heater">http://epics.uni-paderborn.de/fpga-heater</a>)</h3>
<p>
In the publication ``M. Happe, H. Hangmann, A. Agne, and C. Plessl. <i>Eight ways to put your FPGA on fire – a systematic study of heat generators.</i> In Proc. Int. Conf. on ReConFigurable Computing and FPGAs (ReConFig), pages 1–8. IEEE Computer Society, Dec. 2012.'', which won the best paper award at the ReConFig'2012 conference, University of Paderborn has presented a study on the systematic design and evaluation of circuits that are optimised for generating a maximum amount of heat on FPGAs. Such heater cores can be used for automatically generating and calibrating thermal models of FPGA devices. Also the heater cores can be used to expose distinct areas of the devices to high temperatures with the objective to induce soft-errors, due to an increase in switching time.
</p>
<p>
To make the heater cores available for other researchers for experimentation, we have released them as pcore modules, that can be integrated as components in Xilinx FPGA designs. The amount of heat that is generated can be adjusted in 32 levels.
</p>
<h3>Netsniff-NG (<a href="https://github.com/borkmann/netsniff-ng">https://github.com/borkmann/netsniff-ng</a>)</h3>
<p>For development, performance testing and debugging purposes of the dynamic
protocol stack that is part of ReconOS, ETH Zurich has developed a
high-performance networking toolkit. The gain of the toolkit's performance
is reached by zero-copy mechanisms, so that on packet reception and
transmission the kernel does not need to copy packets from kernel space to
user space and vice versa.</p>
<p>Besides others, netsniff-ng contains a protocol analyzer, network traffic
generator and top-like statistic tools in order to facilitate the protocol
stack's development.</p>
<h3>OpenTLD (<a href="http://gnebehay.github.com/OpenTLD">http://gnebehay.github.com/OpenTLD</a>)</h3>
<p>
This software repository contains both an application and a library that can be used for tracking a single object in a video stream. The underlying algorithm assumes only a minimum amount of a priori information in the form of a user-provided bounding box and does not depend on any kind of training data. This implementation of OpenTLD is based solely on open source libraries, meaning that you do not need any commercial products to compile or run it. Supported platforms are Linux, Windows and Mac OS X.
</p>
<h3>CamSim (<a href="http://github.com/EPiCS/CamSim">http://github.com/EPiCS/CamSim</a>)</h3>
<p>
To test and evaluate different strategies for tracking coordination in distributed smart cameras, Klagenfurt University and University of Birmingham have developed a simulation environment. The environment allows to evaluate different strategies for handover using different communication approaches in various scenarios. Besides random and the predefined scenarios, user can create their own scenarios using XML, to test different strategies.
</p>
<p>
Results of our evaluation have been published in:
</p>
<ul>
<li>L. Esterle, P.R. Lewis, B. Rinner, and X. Yao <cite>Improved Adaptivity and Robustness in Decentralised Multi-Camera Networks</cite> in Proc. Int. Conf. on Distributed Smart Cameras (ICDSC). ACM. Oct. 2012. and in</li>
<li>L. Esterle, P.R. Lewis, M. Bogdanski, B. Rinner, and X. Yao <cite>A Socio-Economic Approach to Online Vision Graph Generation and Handover in Distributed Smart Camera Networks</cite> in Proc. Int. Conf. on Distributed Smart Cameras (ICDSC). Pages 1–6. IEEE. Aug. 2011.</li>
</ul>
<h3>Ella (<a href="http://ella.codeplex.com/">http://ella.codeplex.com/</a>)</h3>
<p>
Ella is a fully distributed publish/subscribe middleware written in pure C# and compatible with Mono. Ella handles all the communication needed to transfer data from a producer to a consumer with no need to care if both are on the same or on different nodes in your network. Automatic node discovery and node failure handling are part of the middleware.
</p>
<p>
Ella is based on the type-based pub/sub flavour because it is most intuitive to handle and does not require topic conventions (in topic-based pub/sub) or a dedicated query mechanism for properties (in case of content-based pub/sub).</p>
<h3>ProprioSimEnv (<a href="http://github.com/EPiCS/ProprioSimEnv">http://github.com/EPiCS/ProprioSimEnv</a>)</h3>
<p>
ProprioSimEnv is a modelling and simulation environment for proprioceptive computing nodes, computing nodes that have self-aware and self-expressive features. The general structure of a proprioceptive computing node realised by ProprioSimEnv is based on the EPiCS reference architecture and implemented in SystemC. Transaction Level Modelling (TLM) has been chosen as abstraction level for modelling and simulation to separate the details of the communication between modules, from the details of the implementation of the modules and the details of the overall communication structure.
</p>
<p>
All components of a proprioceptive node have been realised as dedicated SystemC modules to allow the user for composing their specific system to study self-awareness and self-expression.
</p>
<p>
Relevant publications:
</p>
<ul>
<li>Tatiana Djaba Nya, Stephan C. Stilkerich, Peter R. Lewis <cite>A Modelling and Simulation Environment for Self-aware and Self-expressive Systems</cite> in Proc. Int. Conference on Self-Adaptive and Self-Organizing Systems (SASO). 2014.</li>
<li>S. Parsons, R. Bahsoon, P.R. Lewis, and X. Yao <cite>Towards a Better Understanding of Self-Awareness and Self-Expression within software systems</cite>. Technical Report #CSR-11-03. University of Birmingham, School of Computer Science. UK. Apr. 2011.</li>
</ul>
<h3>SoundGates (<a href="http://epics.uni-paderborn.de/">http://epics.uni-paderborn.de/soundgates/</a>)</h3>
<p>
The goal of the SoundGates project is to provide a framework that allows interactive music synthesis on x86 architectures and on modern FPGAs. Interactive means that several users can control the sound that is generated by means of advanced sensors, e.g. through motion and light sensors featured in todays smartphones. Music can be generated by creating a so called patch that is a network of sound components and executing this patch on a Sythesizer. An Editor for assembling the sound components together to an executable patch and a library of sound components such as frequency generators, envelope generators, modulators, mixers, filters and many more are provided. The Editor allows to simulate patches prior to executing it on the target platform. The Synthesizer either runs on a normal x86-based pc or on a FPGA platform. On FPGA platforms the Sythesizer might take advantage of hardware sound components that should reduce the load of the CPU that executes the patch.
</p>
<p>
SoundGates was developed as part of a student project group at University of Paderborn with support from UIO. The code is available under the MIT open-source license at the GitHub repository <a href="https://github.com/epics/soundgates">https://github.com/epics/soundgates</a>.
</p>
<h3>CMT – Consensus-based Matching and Tracking of Keypoints (<a href="https://github.com/gnebehay/CMT">https://github.com/gnebehay/CMT</a>)</h3>
<p>
CMT (Consensus-based Matching and Tracking of Keypoints for Object Tracking) is a novel keypoint-based method for long-term model-free object tracking in a combined matching-and-tracking framework. Detailed information about CMT is available on the <a href="http://www.gnebehay.com/cmt/">CMT project website</a>.
</p>
<h3>PheroMusic (<a href="http://itunes.apple.com/app/pheromusic/id910100415">download in iOS App Store</a>)</h3>
<p>
PheroMusic lets a user listen to music and control music. In several predefined musical scenarios called "soundscapes", music is generated automatically. By tilting the iOS device, the user controls the intensity of the music. To navigate between soundscapes Pheromusic uses a nature-inspired algorithm to implement musical memory in an artificial agent. In nature, ants deposit pheromones when looking for food. The pheromone trails are used to locate the same food source in the future. In PheroMusic, an artificial agent navigates between a number of soundscapes. Users may make active choices and decide the next soundscape to which the agent moves. When a new soundscape is selected, an artificial pheromone trail is created, influencing the path taken by the user in the future.
</p>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footer">© University of Paderborn, Germany | <a href="../imprint/">Imprint</a> | Last Updated Jul 05, 2016</div>
</body>
</html>