This example implements a Wamp client that authenticates and tests RPC and PubSub.
For information on how to install AutobahnAndroid and get up and running, please check out the Get Started.
When you don't have a Wamp Cra server around, you can use the WAMP CRA example provided with AutobahnPython.
cd scm/AutobahnPython/examples/wamp/authentication/
python server.py
- Build and run the app.
- Enter the IP and port of your WAMP-CRA server.
- Press "connect".
For convenience, the app will remember the server IP/port as app settings.