The tcp protocol from smsbox to bearerbox is binary. Apart from connecting to the smsbox-port via telnet, you won't get any far.
If you want to implement your own smsbox protocol, look at the sources: mainly the functions: - connect_to_bearerbox_real() - write_to_bearerbox_real() - read_from_bearerbox_real() == Rene From: [email protected] [mailto:[email protected]] On Behalf Of Yudi Astira Sent: Friday, 25 November, 2011 23:42 To: [email protected] Subject: Please help about Bearerbox and Smsbox communication detail Hi All, Where can I find out detailed information about the communication protocol between bearerbox and smsbox? I have tried to look up in both the user's guide and architecture document, but was not able to find the details I was looking for. My requirements are that I need to implement my own smsbox to communicate with bearerbox. Though the code for smsbox is open, but it would be more helpful if there are specifications which detail down what packets are sent from smsbox to bearerbox. I has been trying to connect to bearerbox using telnet, its connected but bearerbox doesn't give me any respond while receive messages. Thank for your help..
