

J2ME File Compression in Siemens TC65 GPRS Modems – II
Posted by blogElectronica in 3.GENERALA few weeks ago I posted about J2ME file compression in Cinterion TC65 and XT65 modems. I posted an example of how to compress files to subsequently make a GPRS connection and send less data too (it’s cheaper and faster).
The issue of unzipping files remained. I.e. if you compress a file with a GPRS modem and send it to a central server, at some point in this server, the file will have to be unzipped in order to process the data.
This can be done easily (in Windows) using a free FLL called zlibwapi.dll.
With this library, it’s easy to create a data decompression program. Here you have a very simple program made in VB6 which allows you to compress (in the same way as the modem) and decompress files. It’s a very simple program using the DLL that I spoke about.
I hope you found it useful.
Post relacionados:
- J2ME File Compression in Siemens TC65 GPRS Modems With lots of GPRS modem applications, data needs to be...
- Java FTP example for Cinterion GPRS modems TC65 and XT65 You will possibly at some point have to make a...
- FTP Java Example for Siemens Modems Today I am going to write a small post with...
- Adding Data to Files from Java with Siemens-Cinterion Modems On several occasions I have been asked how to add...
- Ram and Flash Memory in TC65 and XT65 modems Recently I have been asked a lot about the RAM...
Tags: cinterion, ejemplos java, tc65, xt65