Skip to content

Instantly share code, notes, and snippets.

@darkpioneer
darkpioneer / mo_sms.py
Created January 21, 2017 21:31 — forked from sammachin/mo_sms.py
Simple MO SMS HTTP Server for A&A SIP2SIM
#!/usr/bin/python
import SimpleHTTPServer
import SocketServer
import logging
import cgi
PORT = 8001
I = '0.0.0.0'
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>