0

I want to send image or text file using WebSocket in android as of now i am using AutoBahnAndroid to create a pubsub model , but i need a feature to send files.

Hunt
  • 8,215
  • 28
  • 116
  • 256

1 Answers1

1

You can build a "send file" functionality on top of the raw WebSocket API - which supports (non-encoded) binary payloads). AutobahnAndroid itself does not offer a "send file" API.

oberstet
  • 21,353
  • 10
  • 64
  • 97