| Author |
Message |
zahidkhan
Joined: 05 Aug 2004 Posts: 54 Helped: 1
|
16 May 2006 20:42 GPRS data |
|
|
|
|
Hi all,
I want to transfer GPS data through two mobiles using GPRS i.e one GPRS enabled mobile is attatched to GPS and this mobile is sending real time data to another
mobile .Is it possible ? if Yes , HOW ?
any help would be appriciated.
thnx...
|
|
| Back to top |
|
 |
pratyk
Joined: 02 Jun 2006 Posts: 56 Helped: 5
|
13 Jun 2006 5:25 GPRS data |
|
|
|
|
wher do you want to transfer the data over GPRS .. to a computer or the second phone ...
are the two phones close in distance ... if yes, use bluetooth ... why bother using gprs when u can get high speed connectivity ...
or they are at quite a distance ... in tht case u need to make a data call as sch ... GPRS is essentially a service used to deliver data over cellular systems ... say another medium to browse or connect to the internet .. so basically you need ip enabled end points .. not sure if u can directly connect your phones over GPRS ....
in my opinion, all u can do is broadcast your data over gprs to a server ... and retrieve it using the second phone ... thats the only way i can figure out ...
ofcourse, i can be wrong ... but this is wat i think ...
try reading thru these links ... will give u a sense of what actually GPRS is and how it works !!
| Code: |
http://www.comsoc.org/livepubs/surveys/public/3q99issue/bettstetter.html
http://www.eventhelix.com/RealtimeMantra/Telecom/gprs_attach_pdp_sequence_diagram.pdf
http://www.radio-electronics.com/info/cellulartelecomms/gprs/gprs_tutorial.php
http://www.telecomspace.com/datatech-gprs.html
|
|
|
| Back to top |
|
 |
cancel
Joined: 27 May 2001 Posts: 284 Helped: 11
|
13 Jun 2006 6:12 GPRS data |
|
|
|
|
hi,
pratyk is right, send data t server and retrieve it from other phone or pc. anyway direct connection between 2 phones is routed via ip ifrastructure. just one remark .. use udp protocol and make aplication that checks acks and retrys.. works much faster than tcp in wireless environment
regards
cancel
|
|
| Back to top |
|
 |
pratyk
Joined: 02 Jun 2006 Posts: 56 Helped: 5
|
13 Jun 2006 6:22 GPRS data |
|
|
|
|
| well a nice approach .. but writing an application is a bit time consuming .. besides the poster hasn't mentioned any constraints as such nor the actual purpose of data transfer ... is it that GPRS is a requirement or not ... coz there can be work arounds .. direct connections can wait until mobileIP is fully implemented:)
|
|
| Back to top |
|
 |
cancel
Joined: 27 May 2001 Posts: 284 Helped: 11
|
13 Jun 2006 6:31 GPRS data |
|
|
|
|
i tested this with ericsson modules which can 'pack' data incoming from their serial port to IP(tcp or udp) and send it ot the host .. u need just set up module and write 'server' on the other side which will listen at tcp port .. of coures write full ppp stack will take a long time but lot of modules can do this for you
regards
cancel
|
|
| Back to top |
|
 |
pratyk
Joined: 02 Jun 2006 Posts: 56 Helped: 5
|
13 Jun 2006 7:06 GPRS data |
|
|
|
|
| tru ... had written some python scripts to broadcast gps data over a wireless link to a server port ... pretty much similar to that i guess ... tcp wud be the right approach ... if same principle was used...
|
|
| Back to top |
|
 |
karn
Joined: 25 Nov 2005 Posts: 702 Helped: 176 Location: Astre Occlu
|
16 Jun 2006 12:55 GPRS data |
|
|
|
|
McGuiggan, P., GPRS in Practice : A Companion to the Specifications, John Wiley & Sons, 2004
h**p://rapidshare.de/files/14420536/Wiley_-_GPRS.in.Practice.A.Companion.to.the.Specifications.Nov.2004.ISBN0470095075.pdf.Background.html
|
|
| Back to top |
|
 |