Open GoogleCodeExporter opened 9 years ago
Hello,
Do not worry about this, solved without using SMSLib at all. Since the GSM
Modem I tried to communicate with has an IP Address, it is better to follow
this approach:
1) Capture all the traffic that generates between your laptop and the GSM modem
in a file with tcpdump.
2) Study the traffic with Wireshark. Specially focus in the POST message that
the laptop generates when you manually send an SMS.
3) Replicate that POST message within your Program, with your own parameters
(content, date, etc.)
That is it! No need to use smslib when you are communicating with a GSM modem
with an IP address.
Take care,
Jesus Lozano
Original comment by chuyloza...@gmail.com
on 14 Apr 2015 at 4:35
Original issue reported on code.google.com by
chuyloza...@gmail.com
on 10 Apr 2015 at 4:44Attachments: