Browse Source

Fix link to remote client

master
Krisjanis Rijnieks 7 years ago
parent
commit
313f171d93
  1. 2
      example_remote-server/README.md

2
example_remote-server/README.md

@ -1,6 +1,6 @@
# Remote Control Server for ofxPiMapper
This example demonstrates a TCP server for ofxPiMapper remote control. The other part of this is the [Remote Control Client](../). What it does is the following.
This example demonstrates a TCP server for ofxPiMapper remote control. The other part of this is the [Remote Control Client](../example_remote-client). What it does is the following.
- It creates a `TCPServer` singleton.
- Waits for a client to connect via TCP.

Loading…
Cancel
Save