androiddump Wiki
Distribute informations and alerts to rescue teams
Status: Planning
Brought to you by:
m_luca
The server reply consists of the HTTP header followed by a list of notifications separated by \r and terminated by the string EOF.
HTTP/1.0 200 OK\r\n
Date: Fri, 31 Dec 2010 23:59:59 GMT\r\n
Content-Type: text/plain\r\n
Content-Length: 100\r\n
blank line\r\n
Notification #1\r
Notification #2\r
Notification #n\r
EOF