SMSTools3
Today, I will show you how to use OpenWRT + SMSTools3 to make a tiny server for receive SMS from Operator then push it on to Telegram group.
1. Openwrt is open source, u can get newest image from ther website, just google it.
2. I using a raspberry pi B+, for very small power consuming and burn image to its microSD card.
3. After install image and start your openwrt in Pi, use a terminal and use following command:
opkg update
opkg install smstools
Forget a very important thing, haha that u will need an 3G/4G dongle so u can push a SIM card and use it to send SMSs. My choice is a Huawei modem: e173eu-1, it locked with Operator Viettel in Vietnam.
U will need to intall some packages then can use this dongle.
They are:
kmod-usb2 kmod-usb-ohci kmod-usb-serial kmod-usb-serial-option usbutils usb-modeswitch kmod-usb-storage kmod-scsi-core kmod-scsi-cdrom kmod-scsi-generic picocom
After install those packages, u can now log in Luci interface of openwrt and create new interface to dial 3G connection.
To be continued...
1. Openwrt is open source, u can get newest image from ther website, just google it.
2. I using a raspberry pi B+, for very small power consuming and burn image to its microSD card.
3. After install image and start your openwrt in Pi, use a terminal and use following command:
opkg update
opkg install smstools
Forget a very important thing, haha that u will need an 3G/4G dongle so u can push a SIM card and use it to send SMSs. My choice is a Huawei modem: e173eu-1, it locked with Operator Viettel in Vietnam.
U will need to intall some packages then can use this dongle.
They are:
kmod-usb2 kmod-usb-ohci kmod-usb-serial kmod-usb-serial-option usbutils usb-modeswitch kmod-usb-storage kmod-scsi-core kmod-scsi-cdrom kmod-scsi-generic picocom
After install those packages, u can now log in Luci interface of openwrt and create new interface to dial 3G connection.
To be continued...
Comments
Post a Comment