Commit d3480579 authored by Hauke Goldhammer's avatar Hauke Goldhammer

Update setup example

parent 3d6e6a88
......@@ -3,10 +3,9 @@
* a broker. Server and client exchange integers in a 'ping-pong protocol'. *
* *
* Minimal setup: *
* - ./build/bin/broker -s 4242 *
* - ./build/bin/broker -c localhost 4242 *
\
******************************************************************************/
* - ./build/example/simple_broker -s 4242 *
* - ./build/example/simple_broker -c localhost 4242 *
\******************************************************************************/
// Manual refs: 42-47 (Actors.tex)
......
......@@ -4,10 +4,10 @@
// The client auto-reconnects and also allows for server reconfiguration.
//
// Run server at port 4242:
// - ./build/bin/distributed_math_actor -s -p 4242
// - ./build/examples/distributed_calculator -s -p 4242
//
// Run client at the same host:
// - ./build/bin/distributed_math_actor -c -p 4242
// - ./build/examples/distributed_calculator -c -p 4242
// Manual refs: 206-218 (ConfiguringActorSystems)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment