update readme file
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 16:55:59
Showing 3 changed files, with 7 additions and 3 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 EtherPix library
2 2
 
3
-FlexPix is a large scale display architecure that is driven using UDP/IP.
3
+EtherPix is a large scale display architecture that is driven using UDP/IP.
4 4
 It consists of single pixels that are connected to chains. A number of those
5 5
 pixel chains is then connected to a so called distributor module that
6 6
 receives data over ethernet and distributes it to the pixel chains.
... ...
@@ -23,3 +23,9 @@ complex config file is needed. Examples of config files can be found in
23 23
 "examples/config" and example code showing how to use the library is
24 24
 located in "examples/src".
25 25
 
26
+clone URL: http://git.blinkenarea.org/projects/libetherpix
27
+
28
+URL to web interface: http://git.blinkenarea.org/index.php?p=libetherpix
29
+
30
+about the name: PIXels connected via ETHERnet -> EtherPix
31
+
... ...
@@ -1 +0,0 @@
1
-http://git.blinkenarea.org/projects/libetherpix
... ...
@@ -1 +0,0 @@
1
-http://git.blinkenarea.org/index.php?p=libetherpix
2 0