socketcluster-client-java
socketcluster-client-java copied to clipboard
Native java and android client for socketcluster framework in node.js
* Sync all socket level API's with respect to JS client * Sync all channel level API's with respect to JS client. * Well tested major release of client
PR for #10 A basic implementation of [Binary Codec](https://github.com/SocketCluster/sc-codec-min-bin) for JAVA client.
try connect with apikey and apisecret to wss://sc-02.coinigy.com/socketcluster/. in Socket.java change connection code - `JSONObject handshakeObject=new JSONObject(); handshakeObject.put("event","#handshake"); JSONObject obj = new JSONObject(); obj.put("apiKey", "api"); obj.put("apiSecret", "secret"); JSONObject object=new JSONObject();...
Would be nice to include a method for retrieving the AuthToken `getAuthToken` and even possibly another method for decoding it `getSignedToken`. Copying methods from [here](https://socketcluster.io/#!/docs/api-scsocket-client). Why decode? I send along...
Implement Observable stream pattern in the library, keep separate subscribers to receive and send data to the server. Add extra methods ( not present currently) that simplify library usage.
when a client connecting to the server,the server may need some information to make a authentication.
Hi @sacOO7 , I am currently facing the exact issue you reported with [neovisionaries](https://github.com/TakahikoKawasaki/nv-websocket-client/issues/113). I am using it in Android phones majority of which are on 2G sims. Several times...
Hello i am wondering if it is possible to use codecEngine in android version. i know that https://github.com/SocketCluster/sc-codec-min-bin exist for JavaScript but do not know if i will be able...
When you subscribe, request a change so that the server can pass on requested data
I am not able build my project as now socket cluster library is not available. Could not GET 'https://jitpack.io/io/github/sac/SocketclusterClientJava/2.0.0/SocketclusterClientJava-2.0.0.pom'. Received status code 401 from server: Unauthorized https://repo1.maven.org/maven2/io/github/sac/SocketclusterClientJava/1.7.5/SocketclusterClientJava-1.7.5.pom Can anyone help...