Git Product home page Git Product logo

android-sms-gateway-mqtt's Introduction

Hi there ๐Ÿ‘‹

Greetings my name is Ibnu Maksum aka. โœจ ibnux โœจ i am Full Stack Engineer. currently residing in Gunung Sindur, Bogor. Near South Tangerang. Indonesia of course

i am a troubleshooters guy, mostly solve IT Problem, Software or Hardware, my experience in coding, can make me to solve any Programming language bug.

You can see my project in this github

Here my Links:

What i do

  • ๐Ÿ˜ Mostly my project using PHP, because it easy to deploy and my client want me to use it, sometimes PHP only to proof bussines logic and then migrate it to Python or Golang.
  • ๐Ÿ i Create python script to detect Nude picture based on the shape of body, create several script for API, and Odoo Modification, i am not good in python, but i can debug and troubleshoot it.
  • ๐Ÿน i create golang script for whatsapp sender server, forking from others dev, and create several script for API, i am not good in Golang, but i can debug and troubleshoot it.
  • ๐Ÿค– Mostly my Mobile Apps using Android Java Native, some of them using Flutter.
  • ๐Ÿ iPhone Apps using Flutter, and swift for development plugin.
  • ๐Ÿ” Mobile Security using JWT and Obfuscating.
  • ๐Ÿฅž Mostly i use MYSQL/MARIADB.
  • ๐Ÿฅž rarely using PostgreSQL, only 2 project i use it.
  • ๐Ÿฅž i use Redis and ElasticSearch for NOSQL database.
  • ๐Ÿฅž i use Firebase and objectbox for Mobile Database.
  • ๐Ÿง Mostly i manage server on my own, using Ubuntu/Debian/Centos and VirtualMin to manage webserver, some using WHM/Cpanel.
  • ๐Ÿง at work i use AlibabaCloud and AWS, personal i use Digital Ocean, Rarely using Google Cloud.
  • ๐Ÿ“ถ Microservices project using Docker, mostly using PHP, python, and golang.
  • ๐Ÿ“’ at Work i use Jira for managing task, personal i use Redmin.
  • โœˆ๏ธ i create my own CI/CD using PHP. everytime developer push project to Git, my script will build APK, and send it to Telegram. and auto upload to PlayStore/Appstore when the Branch is Alpha/Beta/Master.
  • ๐Ÿ’ฐ i Create my own Cryptocurrency, fork from NXT for PoS, and fork from LiteCoin for PoW, i know about blockchain and cryptocurrency, and how it works.
  • ๐Ÿ“ some of my project i use Raspberry PI as server.
  • ๐Ÿ” i know about IT Security, Penetration system, i am Uncertified Ethical Hacker.
  • ๐ŸŽ› Mostly i use Mikrotik for networking, and use mikrotik for some project.
  • ๐Ÿ“‰ Mostly my project using git, i host public git on Github, private git on Gitlab and Bitbucket. I manage how developer merge the project and do code review.

I can adapt to new environment and new Technology, i can give solution, i am a troubleshooter, i like to find a bug and fix it, software development is never ending project, always fixing always improving. A Company Hire me to manage and control from Frontend to Backend, to make sure all connected. I create my own automation for building Android Apps and for deployment

Contacts:

android-sms-gateway-mqtt's People

Contributors

g-e-n-g-h-i-s avatar ibnux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

android-sms-gateway-mqtt's Issues

make APKs available outside PlayStore

Did/Would you consider making the APKs available outside PlayStore (e.g. by attaching them to their corresponding releases)? Not everyone has access to that walled garden. Thanks in advance!

Received SMS messages are not sent back to the MQTT server

Incoming SMSes should be send back to the MQTT server.

I suggest having a few topics:
/send: Sending SMS via JSON, add a message ID field (string)
/status: Report back JSON with the message ID & status (success/fail)
/receive: Report back JSON with incoming phone number and message

Please document expected MQTT interations in the README

Its not immediately obvious what messages are expected to be sent and received via MQTT.

This should be documented in the README:


The message should be a JSON dict, with the following fields:
  - to: The phone number to send to, as a string
  - message: The message to send, as a string
  - sim: Which sim to send via, 1, 2, etc, as an int.

Send SMS with Androis-SMS-Gateway (webhook), doesn't work with MQTT version

Hello,

I try to use your apps with MQTT version.
I have tried both APK (webhook and MQTT version) on the same mobile phone.

For webhook, it works for me.
For MQTT, I received the message from MQTT broker, and I have sent it with :

{
    "to": "XXXXXXXX",
    "message": "test",
    "sim": 1
}

I received an answer :
SUBMIT SMS SUCCESS: XXXXXXXX SIM1
But I don't receive any SMS to the destination.

Because it works with webhook app, so I don't think so it's an issue from my mobile phone.
IMG_7068 2

For your information :

  • Galaxy S7 Edge (SM-G935F) with LineageOS 20-20240215-UNOFFICIAL-hero2lte

Thank you for your help

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.