Client library providing WAMP on Java 8 (Netty) and Android, plus (secure) WebSocket for Android. The WebSocket layer is using a callback-based user API, and is specifically written for Android. Eg it does not run any network stuff on the main (UI) thread. The WAMP layer is using Java 8 CompletableFuture for WAMP actions (call, register, publish, and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events. The library is MIT licensed, maintained by the Crossbar.io Project, tested using the AutobahnTestsuite and published as a JAR to Maven and as a Docker toolchain image to Dockerhub.
Features
- The demo clients are easy to run, you only need make and docker installed to get things rolling
- The code in demo-gallery contains some examples on how to use the autobahn library
- Publish to a topic
- Register a procedure
- Call procedure with variable data type parameters
- Authentication is simple, we just need to create an object of the desired authenticator and pass that to the Client
