4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-28 03:39:23 +00:00

add page explaining how to test with emulator; faq for reverse tunnels; screenshot of pending messages

This commit is contained in:
Jesse Young
2011-10-01 15:47:55 -07:00
parent ba94500c10
commit 6781f9aa85
32 changed files with 385 additions and 81 deletions

View File

@ -26,6 +26,8 @@
·
<a href='/install/'>Install</a>
&middot;
<a href='/test/'>Test</a>
&middot;
<a href='/how/'>How it Works</a>
&middot;
<a href='/serverapi/'>API Reference</a>
@ -44,7 +46,8 @@
<img src='/media/screenshot-main.png' width='212' height='350' />
<br />
<img src='/media/screenshot-settings.png' width='212' height='350' />
<br />
<img src='/media/screenshot-pending.png' width='212' height='350' />
</div>
EnvayaSMS is a SMS and MMS gateway running entirely as an Android app.
@ -89,10 +92,14 @@ It works wherever the phone can receive SMS messages and access the Internet
</p>
<p>
In order to deploy EnvayaSMS, you will need a messaging plan for your phone, and the phone itself.
EnvayaSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
EnvayaSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
</p>
<p>
Before deploying EnvayaSMS, you can test EnvayaSMS without an Android phone
by installing EnvayaSMS on an emulated phone on your computer. <a href='/test/'>Learn more...</a>
</p>
<a href='/install/' class='button'>
<a href='/install/' class='button' style='margin-left:110px;'>
Install EnvayaSMS Now
</a>