Skip to content

mford7998a/smshub-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS Hub Agent

A Python-based SMS management application that integrates with SMS Hub services. This application provides a GUI interface for managing modems and handling SMS operations.

Features

  • Modem management and monitoring
  • SMS Hub service integration
  • Real-time status updates
  • GUI interface for easy operation
  • REST API endpoints for service integration

Setup

  1. Install the required dependencies:
pip install -r requirements.txt
  1. Configure your settings in config.json

  2. Run the application:

python main.py

API Endpoints

  • GET_SERVICES: Retrieve available services and modem status
  • GET_NUMBER: Request a phone number for activation
  • FINISH_ACTIVATION: Complete the activation process

Configuration

Edit config.json to customize:

  • API credentials
  • Service settings
  • Modem configurations

Requirements

  • Python 3.x
  • Flask
  • PyQt5 (for GUI)
  • Additional dependencies in requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages