Development and prototyping platform that can connect an android device to a django application
This repository has three main components:
- dj_simple_sms - A django app that exposes an endpoint and logic to receive, process, and send SMSs
- SMSToolkit - An android application that runs a server on an Android device that is available to send and receive text messages.
- 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