update readme file
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 17:15:51
Showing 3 changed files, with 7 additions and 3 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 JEtherPix - Java implementation of EtherPix output library
2 2
 
3
-FlexPix is a large scale display architecure that is driven using UDP/IP.
3
+EtherPix is a large scale display architecure 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
 "org/blinkenarea/JEtherPix/examples/config" and example code showing how
24 24
 to use the library is located in "org/blinkenarea/JEtherPix/examples".
25 25
 
26
+clone URL: http://git.blinkenarea.org/projects/JEtherPix
27
+
28
+URL to web interface: http://git.blinkenarea.org/index.php?p=JEtherPix
29
+
30
+about the name: PIXels connected via ETHERnet -> EtherPix
31
+
... ...
@@ -1 +0,0 @@
1
-http://git.blinkenarea.org/projects/JEtherPix
... ...
@@ -1 +0,0 @@
1
-http://git.blinkenarea.org/index.php?p=JEtherPix
2 0