61b473e93c1a5e3ba64167cd3dd4f1354fb8b55e
Stefan Schuermans more documentation

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - UDPv4 Sender</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - UDPv4 Sender</h1>
7)     <p>
8)       The UDPv4 sender module sends a stream using UDP version 4 across
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 UDPv4 senderr module with name <code>NAME</code>
16)       is located in the <code>udp4senders/NAME</code> subdirectory.
17)     </p>
18)     <h3>Input Stream</h3>
19)     <p>
20)       The file <code>instream</code> contains the name of the stream to
21)       read.
22)       The frames received from this stream are sent over the network.
23)     </p>
24)     <h3>Bind Address</h3>
25)     <p>
26)       The file <code>bind</code> contains the local address to bind to.
27)       It must contain the IP address and the port, i.e. a string
28)       <code>&lt;IP&gt;:&lt;port&gt;</code> (hostnames are not supported).
29)       If the local address should be determined automatically, the file
30)       can contain <code>0.0.0.0:0</code>.
31)     </p>
32)     <h3>Static Destinations</h3>
33)     <p>
Stefan Schuermans ~update documentation due t...

Stefan Schuermans authored 12 years ago

34)       Static destinations to supply with a network stream in BLP, EBLP
Stefan Schuermans more documentation

Stefan Schuermans authored 12 years ago

35)       or MCUF protocol can be configured in the subdirectories
36)       <code>blp</code>, <code>eblp</code> and <code>mcuf</code> respectively.
Stefan Schuermans ~update documentation due t...

Stefan Schuermans authored 12 years ago

37) 
38)       Each static destination is configured in an own subdirectory.
39)       E.g. the configurations for static MCUF destinations with name
40)       <code>local</code> resides in the subdirectory
41)       <code>mcuf/local</code>.
42)     </p>
43)     <p>
44)       The configuration inside a static destination consists of the following
45)       settings:
46)     </p>
47)     <h4>Destination address</h4>
48)     <p>
49)       The file <code>addr</code> contains the destination address
50)       as a string <code>&lt;IP&gt;:&lt;port&gt;</code>