how to decompress Datagram UDP packets using LZO
843789Mar 5 2010 — edited Mar 23 2010Hi Friends,
Need your help,
We are receiving compressed UDP data stream (Datagram packets) from the network server (third party)
On the client side, we have to receive and decompress the data stream using LZO (please refer http://www.oberhumer.com/opensource/lzo/) and store in a text / xml file
We had tried this link,
http://java.sun.com/docs/books/tutorial/networking/datagrams/examples/MulticastClient.java
and successfully received the Datagram Packets in the compressed Format. We are told to use the LZO library for decompressing the data
Here, i am kindly requesting to guide us with good example for receiving the data in the socket and decompress using LZO on the fly and finally store the file
Thanking you and awaiting for the replies
Chithirai