Go based SMSGW
go build
File called smsgw will be generated
./smsgw
Access the smsgw portal at: http://yourhostnameorip:9083/smsgw
- Multiple SMSC accounts backed up with Goroutines.
- Local & LDAP auth support.
- Multiple sender IDs support per user group.
- Role based portal access.
- Customized Bulk SMS using simple template.
- Multiple smpp connections per account.
- Reporting
- Split UI handler & smsgw core using lightweight messaging solution .e.g NATS or REDIS
- etc.