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:
13
index.html
13
index.html
@ -26,6 +26,8 @@
|
||||
·
|
||||
<a href='/install/'>Install</a>
|
||||
·
|
||||
<a href='/test/'>Test</a>
|
||||
·
|
||||
<a href='/how/'>How it Works</a>
|
||||
·
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user