You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Android app showcases how to receive data SMS on a specific port. It includes a BroadcastReceiver that listens for incoming data SMS messages and processes the binary data.
This Android app showcases how to receive data SMS on a specific port.
It includes a BroadcastReceiver that listens for incoming data SMS messages and processes the binary data.
A demo SMPP script for generating the binary SMS can be found here.
About
This Android app showcases how to receive data SMS on a specific port. It includes a BroadcastReceiver that listens for incoming data SMS messages and processes the binary data.