Skip to content

ahmadqsyaa/hw-tools-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUAWEI TOOLS SCRIPT

is a tool that can be used to send sms, read sms and others on the huawei modem, thanks to the api documentation made using python in my opinion it is very complicated to run, by making it using a shell script it becomes easy and only requires bash and curl to run this code.

  • Installation

    opkg update && opkg install wget bash curl
    
    wget -O /usr/bin/ht https://raw.githubusercontent.com/ahmadqsyaa/hw-tools-script/main/ht
    
    chmod +x /usr/bin/ht
    
  • Installation fast

    opkg update && opkg install wget bash curl && wget -O /usr/bin/ht https://raw.githubusercontent.com/ahmadqsyaa/hw-tools-script/main/ht && chmod +x /usr/bin/ht
    

USAGE

TESTED

  • e5577
  • e3372
  • e5573

REPOSITORY LIST

CONTACT