You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a xamarin Android app to send and receive text messages from an ESP8266 using websockets. Looked for websocket libraries on the web and zeroed on websockets.pcl by NVentimiglia (https://github.com/NVentimiglia/Websockets.PCL)
I was able to install the websocket.pcl via the nuget package manager. However to test the sample programs, there seems to be a need for websockets.Droid library. The websockets.Droid is available on the github link given above.
I scoured the internet for the procedure of installing Websocket.Droid package. The readme file in the link says precious little as shown below..
Setup
Android
Include Websockets.Droid and Websockets (PCL) library
Ios
Include Websockets.Ios and Websockets (PCL) library
Include Square.SocketRocket
Can somebody help me with the procedure of adding the websockets.Droid package to my project?
Thanks in advance,
Ravi Upadhyaya
The text was updated successfully, but these errors were encountered:
Hi:
I am developing a xamarin Android app to send and receive text messages from an ESP8266 using websockets. Looked for websocket libraries on the web and zeroed on websockets.pcl by NVentimiglia (https://github.com/NVentimiglia/Websockets.PCL)
I was able to install the websocket.pcl via the nuget package manager. However to test the sample programs, there seems to be a need for websockets.Droid library. The websockets.Droid is available on the github link given above.
I scoured the internet for the procedure of installing Websocket.Droid package. The readme file in the link says precious little as shown below..
Setup
Android
Include Websockets.Droid and Websockets (PCL) library
Ios
Include Websockets.Ios and Websockets (PCL) library
Include Square.SocketRocket
Can somebody help me with the procedure of adding the websockets.Droid package to my project?
Thanks in advance,
Ravi Upadhyaya
The text was updated successfully, but these errors were encountered: