Coder Social home page Coder Social logo

darkrain88 / luci-app-sms-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4iceg/luci-app-sms-tool

0.0 0.0 0.0 16.83 MB

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

License: GNU General Public License v3.0

Shell 10.06% Lua 29.24% Makefile 2.73% HTML 57.97%

luci-app-sms-tool's Introduction

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 z modemami mPCI-E oraz USB 3G/LTE. Nie działa z modemami HiLink/RNDIS.

What You Should Know / Co powinieneś wiedzieć

Preferred version OpenWrt =< 19.07 | Package may run with incomplete functionality on 21.02.0 (+luci-compat).

Preferowana wersja OpenWrt =< 19.07 | Pakiet może działać z niepełną funkcjonalnością na 21.02.0 (+luci-compat).

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

Installation / Instalacja

Pokaż | Show me

Package dependencies for conventional modems.

Modem drivers are required for proper operation.

opkg install kmod-usb-serial kmod-usb-serial-option sms-tool

The sms-tool package is available in the OpenWrt Master repository.

Step 1a. Install sms-tool from Master (Only the current snapshot image).

opkg update
opkg install sms-tool

Step 1b. Download the sms-tool package and install manualy (For older stable version images).

To install the sms-tool package, we need to know the architecture name for router.

Pokaż jak znaleźć architekturę routera | Show how to find a router architecture.

For example, we are looking for sms-tool for Zbtlink router ZBT-WE3526.

Step 1.

We go to the page and enter the name of our router.
https://firmware-selector.openwrt.org/

Step 2.

Click on the folder icon and go to the image download page.

It should take us to a page
https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/

Step 3.

Then go into the "packages" folder at the bottom of the page.
https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/

We check what the architecture name is for our router. All packets have names ending in mipsel_24kc.ipk, so the architecture we are looking for is mipsel_24kc.

Example of sms-tool installation using the command line.

In the link below, replace *architecture* with the architecture of your router, e.g. arm_cortex-a7_neon-vfpv4, mipsel_24kc.

wget https://downloads.openwrt.org/snapshots/packages/*architecture*/packages/sms-tool_2023-09-21-1b6ca032-1_*architecture*.ipk -O /tmp/sms-tool_2023-09-21.ipk
opkg install /tmp/sms-tool_2023-09-21.ipk

Another way is to download the package manually.

To do this, we go to the page.
https://downloads.openwrt.org/snapshots/packages/

We choose our architecture, e.g. arm_cortex-a7_neon-vfpv4, mipsel_24kc.
https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/

Go to the "packages" folder.
https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/

Looking for "sms-tool_2023-09-21". We can use search by using Ctr + F and typing "sms-tool". Save the package to your computer for further installation on the router.

Step 2. Add my repository (https://github.com/4IceG/Modem-extras) to the image and follow the commands.

opkg update
opkg install luci-app-sms-tool

For images downloaded from eko.one.pl. Installation procedure is similar, only there is no need to manually download the sms-tool package.

User compilation / Kompilacja przez użytkownika

Pokaż | Show me
#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

luci-app-sms-tool's People

Contributors

4iceg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.