An open API service indexing awesome lists of open source software.

https://github.com/jpascasio1993/sms_sender

An app which receives data from client in the form of sms and POST the data to the server on client's behalf
https://github.com/jpascasio1993/sms_sender

android dependency-injection flutter java rxjava test-driven-development uml

Last synced: about 2 months ago
JSON representation

An app which receives data from client in the form of sms and POST the data to the server on client's behalf

Awesome Lists containing this project

README

          

# sms_sender

An App that receives SMS and POST data to the server on client's behalf

## Overview

With the absence of the internet, the client sends data in the form of SMS.
This app acts as a gateway which receives the SMS and POST the data on client's behalf
to the configured server.

This app uses PlatformChannels to add dart tasks, and FlutterNativeView together with RxJava
to run a persistent headless service and execute the queued dart tasks
in the background while the app is closed.