5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-11-13 20:00:26 +00:00
envayasms/index.html

116 lines
3.6 KiB
HTML
Raw Normal View History

2011-09-15 18:03:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
2011-09-23 00:25:32 +00:00
<title>EnvayaSMS</title>
<link rel='stylesheet' type='text/css' href='styles/site.css' />
2011-09-15 18:03:37 +00:00
</head>
<body>
2011-09-23 00:25:32 +00:00
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
2011-09-15 18:03:37 +00:00
<div id="container">
2011-09-23 00:25:32 +00:00
<a style='float:left' href="index.html"><img src='media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
<h1 style='padding-top:13px'><a href="index.html">EnvayaSMS</a>
2011-09-18 06:33:18 +00:00
<span class="small">
2011-09-23 00:25:32 +00:00
SMS gateway for Android
</span>
</h1>
2011-09-23 00:25:32 +00:00
<div class='menu' style='clear:both;padding-top:5px'>
<a href='index.html'>Home</a>
&middot;
<a href='install.html'>Install</a>
&middot;
<a href='how.html'>How it Works</a>
&middot;
<a href='serverapi.html'>API Reference</a>
&middot;
<a href='comparison.html'>Comparison</a>
2011-09-19 05:21:05 +00:00
&middot;
<a href='history.html'>History</a>
</div>
2011-09-18 06:33:18 +00:00
<p>
<div style='float:right;padding-left:10px;padding-bottom:10px'>
2011-09-23 00:25:32 +00:00
<img src='media/screenshot-main.png' width='212' height='350' />
<br />
2011-09-23 00:25:32 +00:00
<img src='media/screenshot-settings.png' width='212' height='350' />
2011-09-15 18:03:37 +00:00
</div>
2011-09-15 18:03:37 +00:00
2011-09-23 00:25:32 +00:00
EnvayaSMS is a SMS and MMS gateway running entirely as an Android app.
2011-09-15 18:03:37 +00:00
<p>
2011-09-19 03:52:16 +00:00
It forwards incoming SMS and MMS messages to a web server on the Internet, and sends
outgoing messages from the web server to other phones.
</p>
2011-09-15 18:03:37 +00:00
2011-09-18 06:33:18 +00:00
<p>
People with any type of mobile phone can send SMS and MMS to a phone
2011-09-23 00:25:32 +00:00
running EnvayaSMS, without needing their own Android phone.
2011-09-18 06:33:18 +00:00
</p>
<p>
It works wherever the phone can receive SMS messages and access the Internet
(via Wi-Fi or mobile data connection).
</p>
2011-09-23 00:25:32 +00:00
<h2>Why EnvayaSMS?</h2>
2011-09-18 06:33:18 +00:00
<p>
2011-09-23 00:25:32 +00:00
EnvayaSMS can be used to enable a web service to send and receive SMS and MMS messages
2011-09-19 03:52:16 +00:00
nearly anywhere in the world.
</p>
<p> In particular, it is useful in countries where obtaining a local virtual phone number
2011-09-23 00:25:32 +00:00
or SMS shortcode is difficult, expensive, or impossible. A phone running EnvayaSMS
2011-09-18 06:33:18 +00:00
connects to the phone network in the same way as any other mobile phone,
so it can be set up without needing approval from anyone else.
</p>
<p>
2011-09-23 00:25:32 +00:00
EnvayaSMS is designed to to be maintainable even when deployed in remote locations
that cannot easily be accessed by your organization's technical staff. EnvayaSMS is simple
2011-09-18 06:33:18 +00:00
enough for non-technical users to do all setup and maintenance of deployed phones.
</p>
<h2>Price</h2>
<p>
2011-09-23 00:25:32 +00:00
EnvayaSMS is free to install on as many phones as you'd like.
2011-09-18 06:33:18 +00:00
</p>
<p>
2011-09-23 00:25:32 +00:00
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.
2011-09-19 06:00:30 +00:00
</p>
2011-09-18 06:33:18 +00:00
<a href='install.html' class='button'>
2011-09-23 00:25:32 +00:00
Install EnvayaSMS Now
</a>
2011-09-18 06:33:18 +00:00
2011-09-15 18:03:37 +00:00
<div class="footer">
2011-09-23 00:25:32 +00:00
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
2011-09-15 18:03:37 +00:00
</div>
</div>
2011-09-22 06:10:31 +00:00
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25868450-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
2011-09-15 18:03:37 +00:00
</body>
</html>