Compression Techniques for PDA

  • Thread starter Thread starter anujithsankar
  • Start date Start date
A

anujithsankar

Hi All,

Can I anyone give details regarding compression techniques that can be
applied on PDA applications? (developed on VS2005, C#)
 
Compression of what (files, data streams, audio, etc)? OpenNETCF has zlib
and a managed wrapper. SharpZipLib can be built for the CF, ACM audio is
supported....


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
You didn't give alot of information with regards to how you want to implement
compression such as the transport and connectivity types.

But if you are using GPRS/UMTS and are creating your own network profile you
might want to look at the GPRSInfoDataCompression and the
GPRSInfoHeaderCompression CSP parameter's here:
http://msdn2.microsoft.com/en-us/library/aa455849.aspx
 
Back
Top