Browse Source

Add README.md to remote control server example

master
Krisjanis Rijnieks 7 years ago
parent
commit
1f6c0672fe
  1. 16
      example_remote-server/README.md

16
example_remote-server/README.md

@ -0,0 +1,16 @@
# 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.
- It creates a `TCPServer` singleton.
- Waits for a client to connect via TCP.
- Sends ofxPiMapper configuration once client is connected.
- Accepts keyboard and mouse events from client after.
- Forwards events to ofxPiMapper instance.
In a real-world scenario, the server should reside on the Raspberry Pi side of your installation. The Raspberry Pi should be connected to wired or wireless network. An IP address should be set.
The client should know the following.
- The **IP address** of the Raspberry Pi with the server.
- The port, which is **9999** in this case.
Loading…
Cancel
Save