Skip to content

Commit

Permalink
add illustration for E4 streaming server
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Wolf committed Jun 7, 2018
1 parent e764836 commit 5ae1ca8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added images/E4_streaming_server_scheme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,20 @@ ul, ol, dl {
margin-bottom: 20px;
}

figure {
margin: 30px;
}

figure img {
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
}

figcaption {
padding: 10px;
}

/* COMMON STYLES */

Expand Down
7 changes: 6 additions & 1 deletion windows-streaming-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ <h6>Updated May, 2018</h6>

<p>The E4 streaming server allows to forward <strong>realtime data</strong> of multiple Empatica E4 devices to multiple TCP socket connections. Please note that each TCP connection can receive data from only one Empatica E4 device. To connect to multiple devices, multiple TCP connections are required.<br/>
The E4 streaming server is intended to make the data streams available to scripts and applications. However, the data streams can also be easily accessed e.g. for testing purposes with <a href="https://en.wikipedia.org/wiki/Telnet">Telnet</a>.</p>


<figure>
<img style="width: 600px;" src="images/E4_streaming_server_scheme.jpg"/>
<figcaption><strong>Figure 1:</strong> Illustration of the connectivity and function of the E4 streaming server. On one side are E4s, connected over BTLE to the E4 streaming server using the BLED112 dongle. On the other side are TCP clients, connected to the E4 streaming server through TCP connections over the network. The lines originating from the E4s illustrate the data flow from the E4 through the E4 streaming server to the subscribed TCP client. For example, the data from the first E4 is forwarded by the E4 streaming server to the first and third TCP client.</figcaption>
</figure>

<h3>Getting Started</h3>
<p></p>

Expand Down

0 comments on commit 5ae1ca8

Please sign in to comment.