techie
Advanced Member level 3
I have an application where a remote station connected by a GSM modem wants to send / receive reports + config files which are about 2 to 4KB in size. I am using SMS for this because I have found that GPRS is not as reliable as SMS since the service provider sometimes switches off GPRS channels when voice circuit load is high. The SMS is very rarely turned off. While I can handle a delay of a few minutes (on SMS), I cant handle the hours when GPRS channels are choked.
I want to know if anyone can tell me a good method to break-up a large file in packets of 160byte each to be sent over SMS and re-assemble after reception. THe packetization has to be very low overhead. Thanks.
I want to know if anyone can tell me a good method to break-up a large file in packets of 160byte each to be sent over SMS and re-assemble after reception. THe packetization has to be very low overhead. Thanks.