开发者

can we send applet through sms (binary data)

Is it possible to send Java Applet t开发者_如何转开发hrough SMS.

The requirement is to download a Java applet through SMS to a mobile. Later install it.


SMS is probably not going to work very well with this. The limit for a single message is 140 bytes (which gives you 160 7-bit characters), and (according to Wikipedia) the standard only supports up to 255 segments in a long message. This means you are limited to 140 * 255 = approx 35Kb, which is fairly small.

It will also get expensive very quickly if you pay per message sent or received.

You are probably better off just using the internet. Any phone that can run an applet probably has proper internet access.


SMS is just 160 printable bytes :-) You can send a link to download applet at best.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜