Skip to content

Commit

Permalink
Readme content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuttle committed Feb 28, 2015
1 parent e3ddaa1 commit 3ee62bf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@ Apps are currently available for:
- Uses updated TUIO and OSC protocol libraries optimized for .NET 4.5 and offers full diagnostic tracing of inbound message streams
- See the project wiki for complete options and usage information

Overview
--------------------

![](https://github.com/frog-opensource/touchproxy/wiki/images/touchproxy-wiki-1.png)

1. Toggle TouchProxy service on/off (TUIO client / OSC receiver UDP socket listener)
2. Set TUIO client / OSC receiver UDP socket listener port value (3333 is standard TUIO port)
3. Select primary or virtual (all active screens) display target for touch injection
4. Toggle direct touch contact injection into Windows (disabling provides touch hover injection only)
5. Toggle and set number of simultaneous contacts that will emulate a Windows key/hardware button press
6. Toggle option to visually display active contact points on top of Windows UI
7. Toggle Windows hosted Wi-Fi network service on/off
8. Set SSID value to be used for hosted network (1 to 32 chars, ASCII values only)
9. Set security key/passphrase (WPA2-Personal) to be used for hosted network (8 to 32 chars, ASCII values only)
10. Toggle option to save current hosted network key between sessions
11. Hover to view current hosted network configuration and status info
12. Calibration sliders for adjusting display edge buffers to compensate for variable physical boundaries in remote TUIO tracker hardware and software. For example, iOS, Android, and Windows Phone devices all report different starting X/Y coordinates at the digitizer display boundaries and do not all necessarily start from (0,0).
13. Active touch points displayed for both calibration and debug purposes
14. Current screen resolution dimensions for the selected display target
15. Current IP addresses for available networks on the TouchProxy host machine that can be used for remote TUIO tracker app configuration (assuming no firewall restrictions or routing issues for desired network and/or port)
16. Toggle option to display protocol trace output for inbound messages from remote clients
17. Select protocol message format (OSC or TUIO) to view in trace output display (OSC is lower level than TUIO)
18. Clear current trace output display

License
--------------------
This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 3ee62bf

Please sign in to comment.