Skip to content

Simple user interface to handle SMS / USSD / AT commands via sms_tool application. | OpenWrt =< 19.07

License

Notifications You must be signed in to change notification settings

uxgood/luci-app-sms-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Luci-app-sms-tool

GitHub release (latest by date) GitHub stars GitHub forks GitHub All Releases

Luci-app-sms-tool is a mini gui for handling messages via sms_tool application/project https://eko.one.pl/?p=openwrt-sms_tool. Works with mPCI-E and USB 3G/LTE modems. Don't work with HiLink/RNDIS modems.

Luci-app-sms-tool jest prostym interfejsem użytkownika dla projetu/aplikacji sms_tool https://eko.one.pl/?p=openwrt-sms_tool. Aplikacji umożliwia obsługę wiadomości sms i kodów ussd. Działa na modemach mPCI-E oraz USB 3G/LTE. Nie działa z modemami HiLink/RNDIS.

Preview and quick configuration (modem Quectel EM160R-GL) / Podgląd oraz szybka konfiguracja (modem Quectel EM160R-GL)

What You Should Know / Co powinieneś wiedzieć

Notification option for luci-app-sms-tool package does not work, needs to be rewritten to support procd.

Opcja powiadomień diodą w pakiecie luci-app-sms-tool nie działa, należy ją przepisać, aby obsługiwała procd.

Installation / Instalacja

#Modem drivers are required for proper operation.
opkg install kmod-usb-serial kmod-usb-serial-option luci-compat

#The sms-tool package is not available in the OpenWrt core repository. 
#Sms-tool is only available in the eko.one.pl forum repository. 
#If you do not have an image from forum eko.one.pl you have to compile the package manually.

#For images from the eko.one.pl forum we proceed:
opkg update
opkg install sms-tool

wget https://github.com/4IceG/luci-app-sms-tool/releases/download/1.9.4-20220325/luci-app-sms-tool_1.9.4-20220325_all.ipk -O /tmp/luci-app-sms-tool_1.9.4-20220325_all.ipk
opkg install /tmp/luci-app-sms-tool_1.9.4-20220325_all.ipk


#The package can be added to Openwrt sources in two ways:

cd feeds/luci/applications/
git clone https://github.com/4IceG/luci-app-sms-tool.git
cd ../../..
./scripts feeds update -a; ./scripts/feeds install -a
make menuconfig

or e.g.

cd packages/
git clone https://github.com/4IceG/luci-app-sms-tool.git
git pull
make package/symlinks
make menuconfig

You may need to correct the file paths and the number of folders to look like this:
feeds/luci/applications/luci-app-sms-tool/Makefile
or
packages/luci-app-sms-tool/Makefile

Then you can compile the packages one by one, an example command:
make V=s -j1 feeds/luci/applications/luci-app-sms-tool/compile

Screenshots / Zrzuty ekranu

  • "Received Messages" window / Okno odebranych wiadomości:

  • "Sending Message" window / Okno wysyłania wiadomości:

  • "USSD Codes" window / Okno kodów USSD:

  • "AT Commands" window / Okno poleceń AT:

  • "Configuration" window / Okno konfiguracji:

Thanks to / Podziękowania dla

About

Simple user interface to handle SMS / USSD / AT commands via sms_tool application. | OpenWrt =< 19.07

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.9%
  • Lua 29.2%
  • Shell 10.1%
  • Makefile 2.8%