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.
Asked
Active
Viewed 978 times
1 Answers
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
-
do you have some reference related to tht or a road map ? – Hunt Jul 18 '13 at 10:29
-
not sure what you mean, but we have no plans to build "sendfile" into AutobahnAndroid. – oberstet Jul 22 '13 at 10:15