gprs

NB-IoT物联网流量监测设备

∥☆過路亽.° 提交于 2019-12-07 11:49:45
NB-IoT物联网流量监测终端,用于流量计的远程传输。 产品可直接和流量计通讯传输,也提供板子供用户直接OEM用,有需求可联系!欢迎各路厂家与我们一起测试 NB-IoT 物联网流量监测终端及公司的其他通讯产品。 为了能够做出更好的产品宝惠自动化科技一直在努力 相比于GPRS通讯 NB-IoT 通讯具有:信号更好(GPRS信号的100倍)、功率更省(GPRS通讯的20倍)、接入更多的设备(在同一基站下,可接入的设备是GPRS的50倍) 本产品还处于研发阶段,预计发售时间在2017年的1季度。欢迎各厂家及用户申请试用! 应用领域 :遥信;遥测;水利;市政;工控 用途 :流量在线监测 来源: CSDN 作者: NB-IoT物联网 链接: https://blog.csdn.net/NBIoT/article/details/54894077

Power On/Off GPRS on windows mobile

ε祈祈猫儿з 提交于 2019-12-06 15:26:14
i'm looking for a way to power on or off the GPRS adapter programatically. If you're already using the Smart Device Framework , the ability is already there in the API, as you can see in this blog entry (the blog is for WiFi but the phone radio and bluetooth work the same way). THe other option is to call ChangeRadioState in ossvcs.dll yourself (that's what the SDF is doing). 来源: https://stackoverflow.com/questions/1164057/power-on-off-gprs-on-windows-mobile

How to test EDGE or GPRS or any other slow/bad network

拜拜、爱过 提交于 2019-12-06 09:47:38
In my iOS app, I support to work online as well as offline. For this I have used Apple's Reachability code . Now I want to show user is offline if the cellular mobile network is EDGE or GPRS or bad/slow network. I have used the below code( Found solution ). Code: CTTelephonyNetworkInfo *telephonyInfo = [CTTelephonyNetworkInfo new]; NSLog(@"Current Radio Access Technology: %@", telephonyInfo.currentRadioAccessTechnology); [NSNotificationCenter.defaultCenter addObserverForName:CTRadioAccessTechnologyDidChangeNotification object:nil queue:nil usingBlock:^(NSNotification *note) { NSLog(@"New Radio

Android application setting connection type

守給你的承諾、 提交于 2019-12-06 08:05:16
I'm writing an application for android. My problem is that I want it to force the connection in GPRS and not use wi fi. I have a solution like below, but this causes the crash of the application at start. ConnectivityManager CM = (ConnectivityManager) this.getSystemService(Context.CONNECTIVITY_SERVICE); CM.setNetworkPreference(ConnectivityManager.TYPE_MOBILE); I also added the below setting lines into manifest file. uses-permission android:name="android.permission.WRITE_SETTINGS" uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" uses-permission android:name="android

Closing GPRS Connections On Windows Mobile

我们两清 提交于 2019-12-06 06:32:55
Is it possible to get all open or cached gprs connections on windows mobile and programmatic force them to close? Ive been looking at connection manager api but cant seem to find methods I to do this. Regards Tony Connection Manager can be notified that you're no longer using the connection by calling ConnMgrReleaseConnection , but that does not forcibly close the connection. It is closed based on the lifetime caching defined in the registry (HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings), as well as any info passed in the Release request. (BTW, these APIs are wrapped in the OpenNETCF

Issue related to APN names

烂漫一生 提交于 2019-12-06 03:18:01
I am using simcom900 modem,I am successfully able to establish GPRS connection and send data from my module to server.I am using 2g Airtel SIM and I have given APN name as "airtelgprs.com".I have also tried by giving different APN names which are not related to airtel network then also I could establish connection and transfer data to server. Please let me know how is this possible? With the SIM unlocked, try entering AT+CGDCONT? Now you should see all the stored contexts, something like this: +CGDCONT: 1,”IP”,”airtelgprs.com”,”0.0.0.0″,0,0 +CGDCONT: 2,”IP”,”other apn”,”0.0.0.0″,0,0 +CGDCONT:

Android: Enable/Disable Auto Sync and Background Data

筅森魡賤 提交于 2019-12-04 13:40:45
I want to develop an application that disables the Background Data (new feature in Android 1.5) and Auto Sync and then enables GPRS/EDGE connection and vice versa. I figured out how to enable/disable GPRS/EDGE by changing the APN settings. (weird solution. However; Android developers couldn't think a user may want to disable GPRS/EDGE) But, I couldn't find a way to enable/disable Auto Sync and Background data. I investigated the Android code and as I understood, the Sync operation is an intent. So, I wanted to reach with putExtra to the intent and trigger the enabling/disabling. But; I couldn

How to use data connection instead of WIFI when both are enabled?

拈花ヽ惹草 提交于 2019-12-03 18:45:51
问题 Both wifi and data connection are enabled. Since I need to use mobile data to send a http request to mobile carrier to get phone number, But android will use wifi as prior, so How can I use data connection instead of WIFI? When I enable the wifi and mobile data int the device. I use getAllNetworks() method, but it always returns wifi. I don't know Why getAllNetworks just return wifi when I enable both wifi and mobile data? When I just enable the mobile data, the getAllNetworks() return mobile

sim800 at command post data to server

亡梦爱人 提交于 2019-12-03 09:31:23
I'm stumped with sending data to a remote server , I'm able to send a post request but not sure how to add data which is then received by the server. I've went through the datasheet http://www.jarzebski.pl/datasheets/SIM900_https-121018-1.00.pdf tried # usual at+sapbr=1,1 set up +HTTPINIT +HTTPPARA = “CID”,1 +HTTPPARA="URL","IP-ADDRESS:PORT" +httpdata=100,10000 # Where do I add the post data ? +httpaction=1 which sends the http post request. But how do I add data - I've tried adding it to the url ?key=val but no joy - any help here will be appreciated httpdata=100,10000 means that SIM800

硬件使用说明

 ̄綄美尐妖づ 提交于 2019-12-02 20:31:31
前言 一,该程序需要的基础知识: https://www.cnblogs.com/yangfengwu/category/1566194.html 所有源码开源,请自行学习    二,此程序兼容SIM800 如果想绑定SIM800,请把其IMEI号,生成二维码,用手机APP扫描. 实现功能概要   GPRS模块发布的主题: device/设备IMEI号  GPRS模块订阅的主题: user/设备IMEI号   APP通过扫描二维码获取GPRS设备的IMEI号,然后设置订阅的主题:device/设备IMEI号  发布的主题:user/设备IMEI号   注:实际上和上一节代码唯一不同的地方是控制GPRS连接TCP服务器,然后实现透传.其它程序完全一致!   后面再有一两节,我便告诉大家如何移植当前我的MQTT处理程序到自己的项目,只要自己的模块可以实现TCP,便一定可以实现MQTT   因为本身MQTT就是个TCP服务器而已.你按照他给的规定发数据,它就帮你转发数据了而已.   我当时封包就是为了大家无论用的什么模块,都可以分分钟移植上MQTT!   授人予鱼,就要给一条有很大价值的鱼!   说实话哈,我用我的包移植上这个程序,只用了不到10分钟.其实如果有现成稳定的流程的知道怎么控制模块连接TCP了,也就5分钟. 一,硬件程序    1.1: