906bf44692d5b70d0518fe2ed044aef6a77e4a10
Stefan Schuermans IPv6 support

Stefan Schuermans authored 10 years ago

1) <html>
2)   <head>
3)     <title>Blinker - UDPv6 Receiver</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - UDPv6 Receiver</h1>
7)     <p>
Stefan Schuermans documentation of sync receiver

Stefan Schuermans authored 10 years ago

8)       The UDPv6 receiver module receives a stream using UDP version 4 across
Stefan Schuermans IPv6 support

Stefan Schuermans authored 10 years ago

9)       a network.
10)       It supports the static and dynamic variants of the BLP, EBLP and MCUF
11)       protocols.
12)     </p>
13)     <h2>Configuration</h2>
14)     <p>
15)       The configuration of the UDPv6 receiver module with name
16)       <code>NAME</code> is located in the <code>udp4receivers/NAME</code>
17)       subdirectory.
18)     </p>
19)     <h3>Output Stream</h3>
20)     <p>
21)       The file <code>outstream</code> contains the name of the stream to
22)       write the received network stream to.
23)     </p>
24)     <h3>Protocol</h3>
25)     <p>
26)       The protocol to use is configured in the file <code>protocol</code>.
27)       It can contain the string <code>blp</code>, <code>eblp</code> or
28)       <code>mcuf</code> to select the BLP, EBLP or MCUF protocol respectively.
29)       If the file is not present, all protocols are accepted.
30)     </p>
31)     <h3>Bind Address</h3>
32)     <p>
33)       The file <code>bind</code> contains the local address to bind to.
Stefan Schuermans documentation of sync receiver

Stefan Schuermans authored 10 years ago

34)       It must contain the IPv6 address and the port, i.e. a string
35)       <code>[&lt;IPv6&gt;]:&lt;port&gt;</code> (hostnames are not supported).
Stefan Schuermans IPv6 support

Stefan Schuermans authored 10 years ago

36)       If the local address should be determined automatically, the file
37)       can contain <code>[::]:0</code>.
38)     </p>
39)     <h3>Source Address</h3>
40)     <p>
41)       The file <code>source</code> contains the source address
Stefan Schuermans documentation of sync receiver

Stefan Schuermans authored 10 years ago

42)       as a string <code>[&lt;IPv6&gt;]:&lt;port&gt;</code>