Hi all,
I am working on websocket push module which is given here..
Project was updated with the new custom push framework:
http://www.b4x.com/android/forum/threads/custom-websocket-based-push-framework.40272/
http://basic4ppc.com:51042/push/index.html
As mentioned by Mr.Erel, i have followed the steps here. downloaded b4J Complied server module as well client.
I have Enabled port 51042 in windows firewall, without running server JAR file in "
http://localhost:51042" and could be able to see the B4J examples page in the url and working.
In the client module B4A application ServerlURL I have updated as
Public serverLink As String = "ws://localhost:51042/push/b4a_ws2"
When i run the client application I could see status disconnected. unable to connect from mobile to server.
With B4A server URL also not connecting from Mobile.
Public serverLink As String = "ws://basic4ppc.com:51042/push/b4a_ws2"
Can anyone please let me know what could be the issue.
Thanks
Sasidhar.M