Skip to content

louissobel/SMS-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS SDK for android / django

Development and prototyping platform that can connect an android device to a django application

What is here?

This repository has three main components:

  1. dj_simple_sms - A django app that exposes an endpoint and logic to receive, process, and send SMSs
  2. SMSToolkit - An android application that runs a server on an Android device that is available to send and receive text messages.
  3. sms_pipeline - a python application that is capable of connecting the Android device to a running django app. It also has the ability to use both of them in isolation.

Instructions for setting up the individual components can be found in a INSTALL.md file with the subfolder.

Instructions for using the sms_pipeline to develop with SMS are found in the INSTRUCTIONS.md file.

There's also a django project, smstest that you can use to test just by adding a symlink to dj_simple_sms: ln -s dj_simple_sms sms_test/dj_simple_sms

About

A set of tools for developing with SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published