Re: Ublox AGPS On-line impelementation

2008-06-08 Thread matt_hsu
[EMAIL PROTECTED] wrote:
>> Hi all,
>>
>> According to previous mail in community list, there is a perl version of
>> AGPS on-line implementation. But it requires to install many packages.
>> The following is the C implementation.
>>
>> 
>
> Could you give me a pointer to the message or a link to the perl one. I
> did not find neither the message nor the implementation
>
>   
Hi Jluis,

Here it is. ;-)
http://people.openmoko.org/matt_hsu/ImplementationAssistNowServerAndClient(GPS.G4-SW-05017-C).pdf


Cheers,

Matt
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Ublox AGPS On-line impelementation

2008-06-07 Thread Joseph Reeves
The perl version is in this pdf:

http://people.openmoko.org/matt_hsu/ImplementationAssistNowServerAndClient(GPS.G4-SW-05017-C).pdf

Joseph



2008/6/6  <[EMAIL PROTECTED]>:
>> Hi all,
>>
>> According to previous mail in community list, there is a perl version of
>> AGPS on-line implementation. But it requires to install many packages.
>> The following is the C implementation.
>>
>
> Could you give me a pointer to the message or a link to the perl one. I
> did not find neither the message nor the implementation
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Ublox AGPS On-line impelementation

2008-06-06 Thread jluis
> Hi all,
>
> According to previous mail in community list, there is a perl version of
> AGPS on-line implementation. But it requires to install many packages.
> The following is the C implementation.
>

Could you give me a pointer to the message or a link to the perl one. I
did not find neither the message nor the implementation

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Ublox AGPS On-line impelementation

2008-06-06 Thread Marcus Bauer
On Fri, 2008-06-06 at 13:30 +0100, Joseph Reeves wrote:
> Matt, that's great, thanks, will compile now.
> 
> I've just emailed u-blox support requesting a username and password;
> hopefully I'll be able to test this soon enough (just need to find a
> reasonable way of getting GPRS to work now...)


I already wrote u-blox a couple of days ago and they told me to contact
the manufacturer...

Michael Shiloh, can you tell us how to proceed?

Thanks,
Marcus


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Ublox AGPS On-line impelementation

2008-06-06 Thread Joseph Reeves
Matt, that's great, thanks, will compile now.

I've just emailed u-blox support requesting a username and password;
hopefully I'll be able to test this soon enough (just need to find a
reasonable way of getting GPRS to work now...)

Cheers,

Joseph



On 06/06/2008, matt_hsu <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  According to previous mail in community list, there is a perl version of
>  AGPS on-line implementation. But it requires to install many packages.
>  The following is the C implementation.
>
>  http://svn.openmoko.org/developers/matt_hsu/agps-online/
>
>  Here is a brief script to run this application:
>  =
>
>  #!/bin/sh
>
>  echo 1 >/sys/bus/platform/drivers/neo1973-pm-gps/neo1973-pm-gps.0/pwron
>
>  ./agps-onlinec -c full -u youraccount -k yourpasswd -la 25.073270 -lo
>  121.574805 -p 99.00
>
>  cat /dev/ttySAC1
>
>
>  Please make sure you have either WiFi connection or GPRS connection
>  before running this.
>  The TTFF should be about 15 seconds after applying this program, if you
>  are in a good environment such as open sky.
>
>  Cheers,
>
>  Matt
>
>
>  ___
>  Openmoko community mailing list
>  community@lists.openmoko.org
>  http://lists.openmoko.org/mailman/listinfo/community
>

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Ublox AGPS On-line impelementation

2008-06-06 Thread matt_hsu
Hi all,

According to previous mail in community list, there is a perl version of
AGPS on-line implementation. But it requires to install many packages.
The following is the C implementation.

http://svn.openmoko.org/developers/matt_hsu/agps-online/

Here is a brief script to run this application:
=

#!/bin/sh

echo 1 >/sys/bus/platform/drivers/neo1973-pm-gps/neo1973-pm-gps.0/pwron

./agps-onlinec -c full -u youraccount -k yourpasswd -la 25.073270 -lo
121.574805 -p 99.00

cat /dev/ttySAC1


Please make sure you have either WiFi connection or GPRS connection
before running this.
The TTFF should be about 15 seconds after applying this program, if you
are in a good environment such as open sky.

Cheers,

Matt


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community