13 lines
267 B
Markdown
13 lines
267 B
Markdown
|
# Position client
|
||
|
|
||
|
Example client to get Positon data from the bornhack pixelflut touch screen
|
||
|
|
||
|
```
|
||
|
./run.sh network_interface_name
|
||
|
```
|
||
|
|
||
|
|
||
|
The positon data is a UDP packet of 4 bytes containing 2 usigned 16bit ints for x and y on multicast group 239.1.1.1 port 1234
|
||
|
|
||
|
|