Hi
What is the status of Autobahn-Java on https://github.com/crossbario/autobahn-java?
Can it be used for development of Android app or Java microservice with WAMP2 Subscriber/Publisher roles?
-arie
Hi
What is the status of Autobahn-Java on https://github.com/crossbario/autobahn-java?
Can it be used for development of Android app or Java microservice with WAMP2 Subscriber/Publisher roles?
-arie
Hi,
Hi
What is the status of Autobahn-Java
on https://github.com/crossbario/autobahn-java?
Can it be used for development of Android app or Java microservice with
WAMP2 Subscriber/Publisher roles?
AutobahnJava currently supports all 4 WAMP actions (call/register and publish/subscribe) for Java 8 / Netty based microservices.
For the same to work on Android, we still need to fix
https://github.com/crossbario/autobahn-java/issues/146
WebSocket on Android works (incl TLS), but the WAMP transport adapter is missing.
Cheers,
/Tobias
Am 06.08.2017 um 09:48 schrieb Arie Keren:
-arie
How do i get a jar file of the autobahn library from this source?
On Monday, August 7, 2017 at 8:16:08 AM UTC-4, Tobias Oberstein wrote:
Hi,
Am 06.08.2017 um 09:48 schrieb Arie Keren:
Hi
What is the status of Autobahn-Java
Can it be used for development of Android app or Java microservice with
WAMP2 Subscriber/Publisher roles?
AutobahnJava currently supports all 4 WAMP actions (call/register and
publish/subscribe) for Java 8 / Netty based microservices.For the same to work on Android, we still need to fix
https://github.com/crossbario/autobahn-java/issues/146
WebSocket on Android works (incl TLS), but the WAMP transport adapter is
missing.Cheers,
/Tobias
-arie
Hi!
Please ensure you have docker and make installed, then clone this repository[1]
, cd into it and run
$ make build_autobahn
That should generate the jar file under autobahn/build/libs/autobahn.jar
I will update the docs on how to generate these build artifacts soon.
[1] https://github.com/crossbario/autobahn-java
HTH
On Thu, Aug 17, 2017 at 11:09 PM, Manoj Kumar <manojkuma...@gmail.com> wrote:
How do i get a jar file of the autobahn library from this source?
On Monday, August 7, 2017 at 8:16:08 AM UTC-4, Tobias Oberstein wrote:
Hi,
Am 06.08.2017 um 09:48 schrieb Arie Keren:
> Hi
>
> What is the status of Autobahn-Java
> on https://github.com/crossbario/autobahn-java?
> Can it be used for development of Android app or Java microservice with
> WAMP2 Subscriber/Publisher roles?AutobahnJava currently supports all 4 WAMP actions (call/register and
publish/subscribe) for Java 8 / Netty based microservices.For the same to work on Android, we still need to fix
https://github.com/crossbario/autobahn-java/issues/146
WebSocket on Android works (incl TLS), but the WAMP transport adapter is
missing.Cheers,
/Tobias>
> -arie
>
Thanks,
I was able to generate the jar but it contains only the wamp library, i needed the websocket library for android.
On Thursday, August 17, 2017 at 2:16:06 PM UTC-4, Omer Akram wrote:
Hi!
Please ensure you have docker and make installed, then clone this repository[1]
, cd into it and run
$ make build_autobahn
That should generate the jar file under autobahn/build/libs/autobahn.jar
I will update the docs on how to generate these build artifacts soon.
[1] https://github.com/crossbario/autobahn-java
HTH
On Thu, Aug 17, 2017 at 11:09 PM, Manoj Kumar > > manojk...@gmail.com wrote:
How do i get a jar file of the autobahn library from this source?
On Monday, August 7, 2017 at 8:16:08 AM UTC-4, Tobias Oberstein wrote:
Hi,
Am 06.08.2017 um 09:48 schrieb Arie Keren:
Hi
What is the status of Autobahn-Java
Can it be used for development of Android app or Java microservice with
WAMP2 Subscriber/Publisher roles?
AutobahnJava currently supports all 4 WAMP actions (call/register and
publish/subscribe) for Java 8 / Netty based microservices.
For the same to work on Android, we still need to fix
WebSocket on Android works (incl TLS), but the WAMP transport adapter is
missing.
Cheers,
/Tobias
-arie
Omer,
How do we send a message and event like websocket.emit does using websocketconnection.java ? I can’t get any reference.
Thanks,
Manoj
On Thursday, August 17, 2017 at 2:44:27 PM UTC-4, Manoj Kumar wrote:
Thanks,
I was able to generate the jar but it contains only the wamp library, i needed the websocket library for android.
On Thursday, August 17, 2017 at 2:16:06 PM UTC-4, Omer Akram wrote:
Hi!
Please ensure you have docker and make installed, then clone this repository[1]
, cd into it and run
$ make build_autobahn
That should generate the jar file under autobahn/build/libs/autobahn.jar
I will update the docs on how to generate these build artifacts soon.
[1] https://github.com/crossbario/autobahn-java
HTH
On Thu, Aug 17, 2017 at 11:09 PM, Manoj Kumar > > > > manojk...@gmail.com wrote:
How do i get a jar file of the autobahn library from this source?
On Monday, August 7, 2017 at 8:16:08 AM UTC-4, Tobias Oberstein wrote:
Hi,
Am 06.08.2017 um 09:48 schrieb Arie Keren:
Hi
What is the status of Autobahn-Java
Can it be used for development of Android app or Java microservice with
WAMP2 Subscriber/Publisher roles?
AutobahnJava currently supports all 4 WAMP actions (call/register and
publish/subscribe) for Java 8 / Netty based microservices.
For the same to work on Android, we still need to fix
WebSocket on Android works (incl TLS), but the WAMP transport adapter is
missing.
Cheers,
/Tobias
-arie
Arie,
We have released autobahn java officially. You may get the latest version by just adding below line to your android project’ build.gradle.
compile ‘io.crossbar.autobahn:autobahn-android:17.10.4’
``
Thanks!
On Sunday, August 6, 2017 at 12:48:40 PM UTC+5, Arie Keren wrote:
Hi
What is the status of Autobahn-Java on https://github.com/crossbario/autobahn-java?
Can it be used for development of Android app or Java microservice with WAMP2 Subscriber/Publisher roles?
-arie