Gprs Traffic Counter
Hi all.
I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
Anyone have an advice?
Simon.
Date:Tue, 24 Jul 2007 17:54:30 +0200
Author:
|
Re: Gprs Traffic Counter
What does that mean? How are you going to count? What does GPRS have to do
with it?
Paul T.
"Simone" wrote in message
news:%23WWBtrgzHHA.1208@TK2MSFTNGP05.phx.gbl...
> Hi all.
>
> I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
> Anyone have an advice?
>
> Simon.
>
Date:Tue, 24 Jul 2007 08:58:01 -0700
Author:
|
Re: Gprs Traffic Counter
Something like this:
http://www.spbsoftwarehouse.com/products/gprsmonitor/?en
Simon.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> ha scritto nel messaggio news:udaJTtgzHHA.4652@TK2MSFTNGP05.phx.gbl...
> What does that mean? How are you going to count? What does GPRS have to
> do with it?
>
> Paul T.
>
> "Simone" wrote in message
> news:%23WWBtrgzHHA.1208@TK2MSFTNGP05.phx.gbl...
>> Hi all.
>>
>> I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
>> Anyone have an advice?
>>
>> Simon.
>>
>
>
Date:Tue, 24 Jul 2007 18:25:12 +0200
Author:
|
Re: Gprs Traffic Counter
It's likely you need to get down and dirty with the IPHLPAPI, which is not
simple or fun from managed code (we have an upcoming product library that
wraps it in managed objects). The SBP product is only $20 - if your time is
worth anything at all it's going to be far less expensive to use it rather
than try to roll it yourself.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Simone" wrote in message
news:%23tJh38gzHHA.4712@TK2MSFTNGP04.phx.gbl...
> Something like this:
>
> http://www.spbsoftwarehouse.com/products/gprsmonitor/?en
>
> Simon.
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> ha scritto nel messaggio
> news:udaJTtgzHHA.4652@TK2MSFTNGP05.phx.gbl...
>> What does that mean? How are you going to count? What does GPRS have to
>> do with it?
>>
>> Paul T.
>>
>> "Simone" wrote in message
>> news:%23WWBtrgzHHA.1208@TK2MSFTNGP05.phx.gbl...
>>> Hi all.
>>>
>>> I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
>>> Anyone have an advice?
>>>
>>> Simon.
>>>
>>
>>
>
>
Date:Tue, 24 Jul 2007 11:45:40 -0500
Author:
|
Re: Gprs Traffic Counter
Ah. You should read through the various capabilities noted in the SDK
documentation for the phone types that you want to support. If you can live
with only Windows Mobile 5, look at the SDK documentation for that. I don't
see things like "minutes connected", but I may have missed them. You could
always ask the 'network' driver for some of that information, too
(IOCTL_NDISUIO_NIC_STATISTICS). I'm sure that what Spb is doing is not
something simple.
Paul T.
"Simone" wrote in message
news:%23tJh38gzHHA.4712@TK2MSFTNGP04.phx.gbl...
> Something like this:
>
> http://www.spbsoftwarehouse.com/products/gprsmonitor/?en
>
> Simon.
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> ha scritto nel messaggio
> news:udaJTtgzHHA.4652@TK2MSFTNGP05.phx.gbl...
>> What does that mean? How are you going to count? What does GPRS have to
>> do with it?
>>
>> Paul T.
>>
>> "Simone" wrote in message
>> news:%23WWBtrgzHHA.1208@TK2MSFTNGP05.phx.gbl...
>>> Hi all.
>>>
>>> I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
>>> Anyone have an advice?
>>>
>>> Simon.
>>>
>>
>>
>
>
Date:Tue, 24 Jul 2007 09:53:52 -0700
Author:
|
Re: Gprs Traffic Counter
Thanks "Gurus".
"Simone" ha scritto nel messaggio
news:%23tJh38gzHHA.4712@TK2MSFTNGP04.phx.gbl...
> Something like this:
>
> http://www.spbsoftwarehouse.com/products/gprsmonitor/?en
>
> Simon.
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> ha scritto nel messaggio
> news:udaJTtgzHHA.4652@TK2MSFTNGP05.phx.gbl...
>> What does that mean? How are you going to count? What does GPRS have to
>> do with it?
>>
>> Paul T.
>>
>> "Simone" wrote in message
>> news:%23WWBtrgzHHA.1208@TK2MSFTNGP05.phx.gbl...
>>> Hi all.
>>>
>>> I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
>>> Anyone have an advice?
>>>
>>> Simon.
>>>
>>
>>
>
>
Date:Wed, 25 Jul 2007 09:28:08 +0200
Author:
|