简体   繁体   English

在BlackBerry上传输数据的最佳方法

[英]Best way to transfer data on BlackBerry

I am making a voice note recording application and it should send voice notes from the BlackBerry to a server. 我正在制作语音笔记录制应用程序,它应将语音笔记从BlackBerry发送到服务器。 What the best approach for doing the data transfer? 什么是进行数据传输的最佳方法?

For large data transfers it is best to use HTTP (ie HTTP POST the data to a server) using the following transports: 对于大型数据传输,最好通过以下传输方式使用HTTP(即,将数据HTTP POST到服务器):

  • Wi-Fi (if available) Wi-Fi(如果有)
  • Direct TCP (need to specify APN on many GSM devices) 直接TCP(需要在许多GSM设备上指定APN)
  • WAP2 (not all carriers support this) WAP2(并非所有运营商都支持此功能)

You could try to send data over BIS/BES but there are usually limits to the size of transfers over those transports - plus you need to be an Alliance Member with RIM in order to use BIS. 您可以尝试通过BIS / BES发送数据,但是通常限制那些传输上的传输大小-另外,您必须成为RIM的联盟成员才能使用BIS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将数据从一个Oracle数据库传输到另一个数据库的最佳/最简单方法 - Best / simplest way to transfer data from one Oracle database to another 在服务器和客户端套接字之间传输XML数据的最佳方法 - Best way to transfer XML data between server and client sockets java传输图像的最佳方法 - java best way to transfer images 将异常转移到UI的最佳方法? - Best way to transfer exceptions to UI? 将密码保存到黑莓内存的最佳方法 - Best way of saving password into blackberry memory Blackberry 如果失败重试连接的最佳方法? - Blackberry Best way to retry connection if failed? 使用LAN在CEP引擎和流数据生成器之间传输数据的最佳方法是什么? - What is the best way to transfer data between CEP engine and stream data generator with in LAN? 将数据从MS-Access传输到MySql数据库的最佳方法 - Best way to transfer the data's from MS-Access to MySql database 在 Android Wear OS(即 CSV)上保存和传输智能手表传感器数据的最佳方式是什么? - What is the best way to save and transfer smartwatch sensor data on Android Wear OS (i.e. as CSV)? 在不同服务器上运行的两个Java Web应用程序之间传输数据的最佳方法 - Best way to transfer data between two Java web applications running on different servers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM