Websocket on Beagelbone

Hi,

I was planning to send some data from beaglebone to AWS server which runs an EC2 instance of ubuntu.

Can anyone help me on how to go about this? It would be more helpful if it is through a websocket protocol.

Regards
Abhishek Gurudutt

You have two options that I’m aware of.

  1. Use Nodejs + socket.io
  2. Use libmongoose

There actually a third option I can think of off hand. Write your own library from scratch . . .

Thank you for the quick response William!

I am not familiar with java script. Is there any API with Python?
I would like send some files like text or python script or an image to AWS server from my beaglebone. Hope the API supports even this.

On Fri, 12 Feb 2016 08:41:28 -0800 (PST), Abhishek G
<abhish.ab@gmail.com> declaimed the
following:

Thank you for the quick response William!

I am not familiar with java script. Is there any API with Python?
I would like send some files like text or python script or an image to AWS
server from my beaglebone. Hope the API supports even this.

  Did you try Google? I'm presuming AWS is the Amazon service and not the
Ada Web Server package...