-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (74 loc) · 4.63 KB
/
index.html
File metadata and controls
100 lines (74 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Underdark : Mobile peer-to-peer mesh networking library">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Underdark</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/virl/underdark">View on GitHub</a>
<h1 id="project_title">Underdark</h1>
<h2 id="project_tagline">Mobile peer-to-peer mesh networking library</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/virl/underdark/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/virl/underdark/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="what-is-it" class="anchor" href="#what-is-it" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is it?</h1>
<p>Underdark is peer-to-peer mesh networking library for iOS and Android, with Wi-Fi and Bluetooth support.</p>
<p><a href="http://www.youtube.com/watch?feature=player_embedded&v=ox4dh0s1XTw%0A" target="_blank"><img src="http://img.youtube.com/vi/ox4dh0s1XTw/0.jpg" alt="Underdark video demo" width="240" height="180" border="10"></a></p>
<p>Video demo: <a href="http://www.youtube.com/watch?v=ox4dh0s1XTw">http://www.youtube.com/watch?v=ox4dh0s1XTw</a></p>
<h1>
<a id="contacts" class="anchor" href="#contacts" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contacts</h1>
<p>You can contact me via Telegram at <a href="http://telegram.me/virlof">http://telegram.me/virlof</a> or by email at <a href="mailto:virlof@gmail.com">virlof@gmail.com</a></p>
<h1>
<a id="demo-apps" class="anchor" href="#demo-apps" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo apps</h1>
<ul>
<li>iOS: <a href="http://itunes.apple.com/app/id956548749">http://itunes.apple.com/app/id956548749</a>
</li>
<li>Android: <a href="https://play.google.com/store/apps/details?id=me.solidarity.app">https://play.google.com/store/apps/details?id=me.solidarity.app</a>
</li>
</ul>
<p>Please note that for Bluetooth connection to work on Android, one of the phones must have Android 5.x AND support Bluetooth LE Peripheral mode (have "yes" in the last column here: <a href="http://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.html">http://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.html</a>).</p>
<h1>
<a id="trial-version" class="anchor" href="#trial-version" aria-hidden="true"><span class="octicon octicon-link"></span></a>Trial version</h1>
<ul>
<li>iOS: <a href="https://github.com/virl/underdark-ios">https://github.com/virl/underdark-ios</a>
</li>
<li>Android: <a href="http://github.com/virl/underdark-android">http://github.com/virl/underdark-android</a>
</li>
</ul>
<h1>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h1>
<ol>
<li>Allows apps on mobile devices to auto-discover and connect to each other via Wi-Fi and Bluetooth without any intervention from the user and without using any Internet connection. Works both in foreground and background app modes.</li>
<li>Allows asynchronous transfer of messages, photos and sounds — all without freezing the UI of the app;</li>
<li>Routes messages from Wi-Fi to Bluetooth-connected devices and vice versa — so devices with turned off Wi-Fi will receive all the same data via Bluetooth.</li>
<li>Work between Android<-->Android or between iOS<-->iOS via Bluetooth and Wi-Fi.</li>
<li>Works between iOS<-->Android via infrastructure Wi-Fi only.</li>
</ol>
<h1>
<a id="license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h1>
<p>This library may be used for non-commercial and educational purposes only.
If you want to use it in your products, please contact the author.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Underdark maintained by <a href="https://github.com/virl">virl</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>