Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/shoutjam
source code for an SMS service I operated in Feb-2009
https://github.com/hashnuke/shoutjam
Last synced: 24 days ago
JSON representation
source code for an SMS service I operated in Feb-2009
- Host: GitHub
- URL: https://github.com/hashnuke/shoutjam
- Owner: HashNuke
- Created: 2011-02-23T10:47:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T04:14:32.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T21:34:36.588Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ShoutJam
==========Source code for an SMS social network that I operated in Feb 2009 for around 3 weeks, after which I had to shutdown due to compelling reasons.
* **s60_server.py** : python script to run on any Symbian S60 2nd edition phone. Mine was a Nokia N70 (S60 2nd edition FeaturePack-3). You'll need *Python for Symbian S60* (PyS60) on the phone to run this.
* **shoutjam.py** : python script to run on a Linux computer. Requires SQLite3.
Computer communicates with the phone via bluetooth. My Nokia phone did not have an open protocol to communicate via USB. So I had to do it over Bluetooth.
A secret SMS command can be set to get back registered user count and the battery level of the phone (yes you can always put it on charge and leave it that way).
Database details and other setup details coming someday...