Questions tagged [gprs]

GPRS refers to the 2G/3G data services provided by the mobile operators over GSM network.

GPRS refers to the 2G/3G data services provided by the mobile operators over GSM network.

435 questions
-1
votes
1 answer

How can I inspect network traffic from a GPRS watch?

I recently received a one of these Chinese watches that communicates over GPRS. I am trying to decipher the protocol used, as well as trying to figure out why it does not work. I was thinking that there might be various approaches to inspecting the…
user239558
  • 6,964
  • 1
  • 28
  • 35
-1
votes
1 answer

Is it possible to connect gps reciever (teltonika fm1110) to a home server?

My friend has got a Gps receiver installed in his car. The Gps receiver emits signal using GPRS-UMTS network. I have created a server socket (C#) and listening for connections but am not getting any of them which should be sent from the receiver…
EugenSunic
  • 13,162
  • 13
  • 64
  • 86
-1
votes
1 answer

Communicate to a device using gprs tcp/ip

I want to send a command to a device using an android application which supports gprs tcp/ip communication. I don't know how to establish connection between device and android application.
-1
votes
1 answer

FTP upload file size 0bytes over GPRS

I am programming an embedded module to send a file over FTP via a GPRS connection. The files sometimes upload fine, but equally as often I get a file containing no data with a 0byte file size. My guess would be something is causing it to dump all…
Dave Engineer
  • 386
  • 1
  • 3
  • 12
-1
votes
1 answer

Using GPS data for vehicle tracking where there are no cellular services

I am working on a project that deals with GPS based tracking of vehicles. I want to know if we can use GPS data for real time tracking of vehicles in areas where there are no cellular services.
-1
votes
1 answer

How to launch Android application using GPRS connectivity

I read the similar question here but not able to find the suitable answer . so my question is there any way to launch an application remotely using GPRS connection or How to send notification to application to start the service when there is GPRS…
Mr Nice
  • 524
  • 8
  • 24
-1
votes
2 answers

Checking internet connection transferring data or not on android

I want to check if data connectivity(EDGE) is transferring the data or not in android?
Praveen Kumar
  • 89
  • 2
  • 8
-2
votes
1 answer

This code should upload a value to a database through a php file

I'm using an arduino and an Ethernet shield to upload data to a server. Lately i changed from using a local database to use a web hosting service (000webhost) but i can't make it work, no errors are shown in the Arduino IDE but it just stops in the…
-2
votes
1 answer

HTTP cammands using SIM900 modems

Iam facing problems with sim900 module.It all working fine and data is posting but SIM900A modem stop responding after hours of standby which is stoping controller instruction exeution. Please provide me the solution.
-2
votes
1 answer

Sending and receiving data from a server using gsm modem using gprs

I am trying to use gprs for remote monitoring using quectel m95 and pic controllers. I know a little bit of http commands used for this purpose and we can send data and receive data from server using http POST and GET commands. Now my application…
Sanky
  • 13
  • 1
  • 6
-2
votes
1 answer

Connect via GPRS to SQL Instance without public IP

We have the following set up: Windows Mobile Device with GPRS connection Windows Server PC with SQL Server 2012 VPN Network where both devices contained (the cell carrier routes certain IPs inside VPN) Status: With the above set up I can ping…
apomene
  • 14,282
  • 9
  • 46
  • 72
-2
votes
1 answer

Wifi Direct File Transfer

How can i Make android peer to peer Direct File Transfer without using the intermediate server I Have tried the app with intermediate server but it is not working please help me.
Krunal
  • 61
  • 1
  • 1
  • 6
-2
votes
1 answer

If I have a generic GPRS device and a GPRS server setup, do I need to pay for any gsm/gprs data provider?

Please forgive my ignorance. A client of mine is looking for to have a gps device with GPRS capabilities send updates every little while to a gprs server which he has. Since it's my understanding GPRS uses GSM, won't a subscription to a data service…
Samuel Elrod
  • 337
  • 1
  • 3
  • 13
-3
votes
1 answer

Reset A6 GPRS module wirelessly

In A6 GPRS module I read this sentence: Can use SMS to config module What does it means exactly? Can I set my module setting with AT commands through SMS? That's why I ask because I need reset my Arduino board in wireless (not access to internet,…
-6
votes
1 answer

How to check Internet Connection in Java ME?

I am developing a Java ME Application. Here I am doing HttpConnection as follows, HttpConnection httpConnection = (HttpConnection) Connector.open( url.trim() ); Variable url is an valid url. Sometimes because of unavailability of GPRS Connection,…
Lucifer
  • 29,392
  • 25
  • 90
  • 143
1 2 3
28
29