c# - What is the maximum number of characters I can store in 140 characters? -


i want send data (ascii letters , numbers) but, due variety of factors, i'm limited using sms. question, how send more sms maximum of 140 characters?

i control sending , receiving ends of process. encryption me out? there compression mechanisms can use such when uncompressed can exceed sms limit?

i'm not opposed sending multiple sms messages , reassembly them form bigger payload.

thoughts?

as have suggested yourself, can compress message. how data can send depends on various properties of data. easiest way find out try it.

if can't fit data in 140 sms characters, , can't use more 1 sms messages, can store data on server somewhere, , use sms send id can access server. or can try using mms message has larger limits.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -