Gprs Traffic Counter

S

Simone

Hi all.

I want to create a gprs traffic counter in c# for PPC 2003/WM 5.
Anyone have an advice?

Simon.
 
P

Paul G. Tobey [eMVP]

What does that mean? How are you going to count? What does GPRS have to do
with it?

Paul T.
 
G

Guest

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 said:
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
What does that mean? How are you going to count? What does GPRS have to
do with it?

Paul T.
 
P

Paul G. Tobey [eMVP]

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 said:
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
What does that mean? How are you going to count? What does GPRS have to
do with it?

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top