-
Notifications
You must be signed in to change notification settings - Fork 4
/
Net.html
881 lines (576 loc) · 39 KB
/
Net.html
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144922094-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144922094-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sparrow Network</title>
<meta name="description" content="A truely ubiquitous network to connect disaster victims with medical experts, information and communities; agnostic of device, location, connectivity, application/systems in use">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta itemprop="image" content="images/sparrow/sparrowLogoSquared.png"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Sparrow Network" />
<meta property="og:description" content="A truely ubiquitous network to connect disaster victims with medical experts, information and communities; agnostic of device, location, connectivity, application/systems in use" />
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta property="og:image:url" content="images/sparrow/sparrowLogoSquared.png" />
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png">
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png"/>
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<meta name="author" content="Sparrow Network">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=false" />
<meta name="viewport" content="user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- <meta http-equiv="Cache-control" content="private,max-age:3600"> -->
<meta name="theme-color" content="#ffffff ">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="css/home.css">
<!-- Compiled and minified JavaScript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$(document).ready(function(){
$('.sidenav').sidenav();
$('.collapsible').collapsible();
$('.tooltipped').tooltip();
});
</script>
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<!-------------------------------------------Nav Bar--------------------------------->
<nav class="white">
<div class="nav-wrapper" style="margin-right:10px;">
<a href="#" data-target="mobile-demo" class="button-collapse sidenav-trigger" ><i class="blue-grey-text text-darken-4 material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a class="black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="black-text tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</nav>
<ul class="sidenav" id="mobile-demo">
<li ><a class="wave-effect black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="wave-effect black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="wave-effect black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="wave-effect black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="wave-effect black-text" href="About.html">About Us</a></li>
</ul>
<!-------------------------------------------Nav Bar--------------------------------->
<!------------------------------------------Main--------------------------------->
<div class="white valign-wrapper sparrorNetMain" style="padding-top: 10vh;">
<div class=" container ">
<div class="row">
<img class="col s12 l6 m8 offset-l3 offset-m2" src="images/sparrow/sparrowNetMain.png"/>
<span class="l4 m2"></span>
</div>
<div class="row valign-wrapper ">
<h4 class="col center s12 l4 m8 offset-l4 offset-m2 cyan-text text-darken-4">Sparrow Net</h5>
<span class="l4 m2"></span>
</div>
<div class="row valign-wrapper " style="margin-top:-30px;">
<h6 class="col center s12 m8 offset-m2 l8 offset-l2 text-darken-4 blue-grey-text">
"A truely ubiquitous network to connect disaster victims with medical experts, information and communities; agnostic of device, location, connectivity, application/systems in use"
</h6>
</div>
</div>
</div>
<!------------------------------------------Main--------------------------------->
<!------------------------------------The need--------------------------------->
<div class="container valign-wrapper " style="padding-top:10vh; padding-bottom: 10vh">
<div class="row">
<div class="col s12 ">
<h4 class="center white-text">
The challenge
</h4>
<br>
<ul class="collapsible ">
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i><h6>Disaster victims need access to medical help and expertise</h6></div>
<div class="collapsible-body white">
Victims and medical teams on ground need expert expert medical advise,
access to information related to symptons/medicines/precautions to ensure medical well-being
</div>
</li>
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i><h6>Communication is major obstacle between victims and help</h6></div>
<div class="collapsible-body white">
During disasters, there always are people (doctors, nurses, experts) around the world willing to help the victims.
The key missing component is a medium to connect the HELP with those in NEED.<br>
For example - A doctor from USA has no way to help disaster victims in India
</div>
</li>
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i><h6>Existing media of communication face limitations during disaster</h6></div>
<div class="collapsible-body white">
Victims and responder have to worry about having accounts on these platforms,
being 'connected' to each other,
having access to these platforms (even when internet is down),
having correct device to access the platforms,
being able to share data securely in required format, and so on.
<br>
Medical support communities that exist over existing communication/social platforms are siloed. For eg: Its impossible for a disaster victim to know there is a medical support group from London reachable through Whatsapp.
<br>
At the same time, creating a new communication platform and asking all victims / responders to onboard it is impossible.
It would add to confusion rather than helping the victims
</div>
</li>
</ul>
</div>
</div>
</div>
<!------------------------------------The need--------------------------------->
<!------------------------------------The solution--------------------------------->
<div class="white lighten-3 valign-wrapper" style="padding-top:10vh; ">
<div class="container hide-on-large-only">
<h4 class="center cyan-text text-darken-4">
The Solution - Summary
</h4>
<h5 class="cyan-text center text-darken-4 ">"Uber for medical and psychological support during disasters"</h5>
<h6 class="cyan-text center text-darken-4 ">Bring help from all over the world at finger-tips of disaster victims</h5>
</div>
<div class="container hide-on-med-and-down">
<h4 class="center cyan-text text-darken-4">
The Solution - Summary
</h4>
<h5 class="cyan-text center text-darken-4 ">"Uber for medical and psychological support during disasters"</h5>
<h6 class="cyan-text center text-darken-4 ">Bring help from all over the world at finger-tips of disaster victims</h5>
</div>
</div>
<div class="white valign-wrapper" style="padding-top:0vh; padding-bottom: 5vh; min-height: 70vh;">
<div class="container hide-on-med-and-down">
<div class="row valign-wrapper">
<div class="col l6 ">
<h6><h5 class=" cyan-text text-darken-4">Disaster victims and medical workers</h5>
Can reach medical expertise through any available online / offline communication interfaces (<a class="light-blue-text text-darken-5" href="#connectivity" ><span>Read more</span></a>)
<h5 class=" cyan-text text-darken-4">Medical experts / Community members </h5>
Can signup from anywhere in the world through any available social medial platform or messaging application
(Whatsapp, FB Messenger, SMS, WeChat, Hangouts, etc).
SparrowNet will verify the credentials of the individual who signed-up and determine expertise level and field.
<h5 class=" cyan-text text-darken-4">How does SparrowNet connect them?</h5>
SparrowNet takes messages coming from disaster victims, recognizes the type of help the victim needs and matches the victim to relevant medical experts.
<br>
The victim need not be on the same communication platform or in vicinity of the medical expert.
<br>
Once a medical expert is matched, messages and media is transferred in an end-to-end secure manner. Conversations are securely stored on Cloud to assure accountability of medical experts.
</h6>
</div>
<img class="col l6" src="images/sparrow/netOverview.png" />
</div>
</div>
<div class="container hide-on-large-only">
<div class="row ">
<div class="col s12">
<h6><h5 class=" cyan-text text-darken-4">Disaster victims and medical workers</h5>
Can reach medical expertise through any available online / offline communication interfaces (<a class="light-blue-text text-darken-5" href="#connectivity" ><span>Read more</span></a>)
<h5 class=" cyan-text text-darken-4">Medical experts / Community members </h5>
Can signup from anywhere in the world through any available social medial platform or messaging application
(Whatsapp, FB Messenger, SMS, WeChat, Hangouts, etc).
SparrowNet will verify the credentials of the individual who signed-up and determine expertise level and field.
<h5 class=" cyan-text text-darken-4">How does SparrowNet connect them?</h5>
SparrowNet takes messages coming from disaster victims, recognizes the type of help the victim needs and matches the victim to relevant medical experts.
<br>
The victim need not be on the same communication platform or in vicinity of the medical expert.
<br>
Once a medical expert is matched, messages and media is transferred in an end-to-end secure manner. Conversations are securely stored on Cloud to assure accountability of medical experts.
</h6>
</div>
<div class=" row" >
<img class=" col m10 offset-m1 s12" style="padding-top:2vh;" src="images/sparrow/netOverview.png" />
</div>
</div>
</div>
</div>
<!------------------------------------The solution--------------------------------->
<!------------------------------------The solution--------------------------------->
<div class="grey lighten-4 valign-wrapper" style="padding-top:5vh; padding-bottom: 0vh">
<div class="container hide-on-large-only">
<h4 class="center cyan-text text-darken-4">
The Solution - Description
</h4>
<h5 class="center cyan-text text-darken-4">
Disaster victims and medical workers
</h5>
</div>
<div class="container hide-on-med-and-down">
<h4 class="center cyan-text text-darken-4">
The Solution - Description
</h4>
<h5 class="center cyan-text text-darken-4">
Disaster victims and medical workers
</h5>
</div>
</div>
<!------------------------------------The solution--------------------------------->
<div id="connectivity" class=" grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom:0vh">
<div class="container hide-on-large-only">
<h6 >
<h5 class="col cyan-text text-darken-4">
1. Communication when traditional network is available
</h5>
Talk to a medical expert anytime anywhere through chat interface accessible through <span class="cyan-text text-darken-4">ANY MAJOR CHAT APP</span><br><br>
<div class="row valign-wrapper">
<div >
<img class="col s8 offset-s2 m8 offset-m2 " src="images/sparrow/SocialPlatforms.png">
</div>
</div>
Reach out to sparrow through platform of your choice. Sparrow Net routes you to available experts who can answer your queries. <br>
Experts are allocated intelligently based on location (city, country), language, type of query, etc.<br><br>
You need not be connected to the medical expert before-hand and the medical expert need not be using same platform as you.<br>
Sparrow Net is end-to-end secure and you can choose to be anonymous!<br>
Sharing media is supported! <span class="black-text">(If the messaging platform supports media sharing)</span>
</h6>
</div>
<div class="container hide-on-med-and-down" >
<div class="row valign-wrapper" >
<img class="col l4 offset-l1 center valign-wrapper" src="images/sparrow/SocialPlatforms.png">
<div class="col l6">
<h6>
<h5 class=" cyan-text text-darken-4">
1. Communication when traditional network is available
</h5>
Talk to a medical expert anytime anywhere through chat interface accessible through <span class="cyan-text text-darken-4">ANY MAJOR CHAT APP</span><br> <br>
Reach out to sparrow through platform of your choice. Sparrow Net routes you to available experts who can answer your queries. <br>
Experts are allocated intelligently based on location (city, country), language, type of query, etc.<br><br>
You need not be connected to the medical expert before-hand and the medical expert need not be using same platform as you.<br>
Sparrow Net is end-to-end secure and you can choose to be anonymous!<br>
Sharing media is supported! <span class="black-text">(If the messaging platform supports media sharing)</span>
</h6>
</div>
</div>
</div>
</div>
<!--
<div class=" grey lighten-4 valign-wrapper " style=" width:100%; height:80vh; padding-top:10vh; padding-bottom:5vh; ">
<div class="container valign-wrapper " style=" height:100vh;" >
<div class=" carousel center" style=" height:100vh;" >
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#one!"><img class="center" src="images/sparrow/screenshots/whatsapp.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#one!"><img class="center" src="images/sparrow/screenshots/whatsapp2.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#two!"><img class="center" src="images/sparrow/screenshots/messenger.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#three!"><img class="center" src="images/sparrow/screenshots/sms.png" style=" height:65vh; width:auto;"></a>
</div>
</div>
</div>
-->
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 5vh">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">
2. Communication when traditional network is un-available
</h5>
Sparrow Net ensures connectivity even when traditional networks are unavailable through a combination of two 'Mesh networks'
</h6>
<div class="row">
<img class="col s12 l7 offset-l2 m10 offset-m1" src="images/sparrow/SparrowMesh.png" >
</div>
</div>
<div class="container hide-on-med-and-down">
<div class="row valign-wrapper">
<div class="col l6">
<h6>
<h5 class="cyan-text text-darken-4">
2. Communication when traditional network is un-available
</h5>
Sparrow Net ensures connectivity even when traditional networks are unavailable through a combination of two 'Mesh networks'
</h6>
</div>
<img class="col l6 " src="images/sparrow/SparrowMesh.png" >
</div>
</div>
</div>
<div id="connectivity" class=" grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 0vh">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">LoRa based mesh - Sparrow platform
<span><i class="red-text center valign-wrapper material-icons">favorite</i></span> Project owl</h5>
<a class="black-text text-darken-4" href="http://www.project-owl.com">(Visit website<span><i class="black-text rounded valign-wrapper material-icons">call_made</i></span>)</a><br>
Project Owl's clusterduck network enables communication during disasters using a LoRa based mesh.
Disaster victims can connect to Wifi available through 'ducks' to send information to the world.<br>
SparrowMesh also connects to ducks via BLE to establish link with internet.
<br> <br>We modified Clusterduck to achieve 2 way communication in order to make Sparrow Net accessible through project owl.
Ducks (CLusterduck) can easily be made compatible with Sparrow Net by adding few lines of code.
<div class="row" style="padding-top:8vh;">
<img class="col s12 l6 offset-l3 m10 offset-m1 " src="images/sparrow/clusterDuck.png" >
</div>
</h6>
</div>
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper">
<img class="col l6" src="images/sparrow/clusterDuck.png" >
<div class="col l6">
<h6 >
<h5 class="cyan-text text-darken-4">LoRa based mesh - Sparrow platform
<span><i class="red-text center valign-wrapper material-icons">favorite</i></span> Project owl</h5>
<a class="black-text text-darken-4" href="http://www.project-owl.com">(Visit website<span><i class="black-text rounded valign-wrapper material-icons">call_made</i></span>)</a><br>
Project Owl's clusterduck network enables communication during disasters using a LoRa based mesh.
Disaster victims can connect to Wifi available through 'ducks' to send information to the world.<br>
SparrowMesh also connects to ducks via BLE to establish link with internet.
<br> <br>We modified Clusterduck to achieve 2 way communication in order to make Sparrow Net accessible through project owl.
Ducks (CLusterduck) can easily be made compatible with Sparrow Net by adding few lines of code.
</h6>
</div>
</div>
</div>
</div>
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:0vh; ">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">SparrowMesh - True Democratized network</h5>
SparrowMesh is a smartphone based P2P Ah-hoc mesh network based on smartphones.<br>
It uses Wifi, Bluetooth, BLE, Sound (Every available communication radio) on smartphones for transferring data.
<br><br>
Sparrow Mesh enables Mobility - First responders can go to remote locations, sync messages from the community on Sparrow Mesh nodes on their smartphone, and then sync these messages with internet when their phones get online.
<br><br>
Though the primary motive of SparrowMesh is to connect disaster victims to Sparrow Net (Internet), sparrowMesh also enables communication between local-communities.
<br><br>
Download the Sparrow App and be a part of Sparrow Mesh!<br><br>
<a href="https://github.com/sparrow-platform/sparrow-android/blob/master/SparrowApp.apk?raw=true" class="waves-effect waves-light cyan darken-2 btn"><i class="material-icons left">vertical_align_bottom</i>Download</a>
<div class=" row" style="padding-top:8vh;">
<img class="col s12 l8 offset-l2 m10 offset-m1" src="images/sparrow/SparrowMeshP2P.png" >
</div>
</h6>
</div>
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper">
<div class="col l6">
<h6>
<h5 class="cyan-text text-darken-4">SparrowMesh - Truely Democratized network</h5>
SparrowMesh is a smartphone based P2P Ah-hoc mesh network based on smartphones.<br>
It uses Wifi, Bluetooth, BLE, Sound (Every available communication radio) on smartphones for transferring data.
<br><br>
Sparrow Mesh enables Mobility - First responders can go to remote locations, sync messages from the community on Sparrow Mesh nodes on their smartphone, and then sync these messages with internet when their phones get online.
<br><br>
Though the primary motive of SparrowMesh is to connect disaster victims to Sparrow Net (Internet), sparrowMesh also enables communication between local-communities.
<br><br>
Download the Sparrow App and be a part of Sparrow Mesh!<br><br>
<a href="https://github.com/sparrow-platform/sparrow-android/blob/master/SparrowApp.apk?raw=true" class="waves-effect waves-light cyan darken-2 btn"><i class="material-icons left">vertical_align_bottom</i>Download</a>
</h6>
</div>
<img class="col l6" src="images/sparrow/SparrowMeshP2P.png" >
</div>
</div>
</div>
<!-- <p class=" ">Enter phone to phone range diagram here...</p> -->
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 5vh">
<div class="container hide-on-large-only">
<h6 class="black-text">
<h5 class="cyan-text text-darken-4">"Reach out to community around you - No internet or Clusterduck connectivity needed"</h5>
SparrowMesh is built for offline first communication. Nodes in Sparrow Net (Smartphones i.e users) can move around, carrying data with them.
<br>
Disaster victims can communicate with community around them, and broadcast updates regarding their health and well-being over Sparrow Net.
<br><br>
<h5 class="cyan-text text-darken-4">"Send updates to the world even without internet"</h5>
Tracking family members is often a major challenge in non-internet situations.
SparrowMesh enables communications where traditional networks and fixed mesh networks (Like Project Owl) fail.
<br><br>
<h5 class="cyan-text text-darken-4">"Sparrow Net through it's ubiquitous network coverage makes sure that families always stay in touch!"</h5>
<div class=" row" >
<img class="col s12 l7 offset-l2 m8 offset-m2 " src="images/sparrow/How-mesh-works.png" >
</div>
</h6>
</div>
<div class="container hide-on-med-and-down valign-wrapper">
<div class="row valign-wrapper">
<img class="col l5 " src="images/sparrow/How-mesh-works.png" >
<div class="col offset-l1 l6">
<h6 class="black-text">
<h5 class="cyan-text text-darken-4">"Reach out to community around you - No internet or Clusterduck connectivity needed"</h5>
SparrowMesh is built for offline first communication. Nodes in Sparrow Net (Smartphones i.e users) can move around, carrying data with them.
<br>
Disaster victims can communicate with community around them, and broadcast updates regarding their health and well-being over Sparrow Net.
<br><br>
<h5 class="cyan-text text-darken-4">"Send updates to the world even without internet"</h5>
Tracking family members is often a major challenge in non-internet situations.
SparrowMesh enables communications where traditional networks and fixed mesh networks (Like Project Owl) fail.
<br><br>
<h5 class="cyan-text text-darken-4">"Sparrow Net through it's ubiquitous network coverage makes sure that families always stay in touch!"</h5>
</h6>
</div>
</div>
</div>
</div>
<!------------------------------------Connectivity scenario--------------------------------->
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 0vh">
<div class="container">
<h6 class="center">
<h4 class="center cyan-text text-darken-4">Offline connectivity options</h4>
</h6><br>
<div class="valign-wrapper">
<div class=" container">
<div class="row">
<div class="col s12 m6 l6 valign-wrapper">
<div class="card hoverable connectivity-cards ">
<b class="cyan-text text-darken-4">Sparrow app installed </b>
<br>
Use Sparrow App to reach global Sparrow Net community and local community present on SparrowMesh.<br><br>
Every phone with Sparrow App is a node in SparrowMesh.<br>
Messages sent through Sparrow App are sent over the SparrowMesh till they reach a node connected to internet or duck.
</div>
</div>
<div class="col s12 m6 l6 valign-wrapper">
<div class="card hoverable connectivity-cards ">
<b class="cyan-text text-darken-4">Sparrow app not installed<br></b>
Devices not having Sparrow App can connect to Sparrow Net by access Wifi endpoints made available through ducks and nodes in SparrowMesh.
<br><br>
All ducks and smartphones with Sparrow app create a Wifi network and deliver Sparrow Net web-applets through this Wifi network. <br>
Other devices can access these apps, and data is transferred through SparrowMesh / Clusterduck.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!------------------------------------Connectivity scenario--------------------------------->
<!------------------------------------Connectivity scenario--------------------------------->
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 8vh">
<div class=" container">
<div class="row">
<div class="col l8 offset-l2 s12 m10 offset-m1">
<h6 class="">
<h4 class="center cyan-text text-darken-4">Offline mesh network range</h4>
Sparrow Offline Network is combination of LoRa mesh (Clusterduck) and Smartphone based P2P mesh (SparrowMesh).
<br><br>
As we are following Project Owl's LoRa mesh implementation standards, our LoRa network specifications are exactly same as Clusterduck. Clusterduck (LoRa mesh - Wifi connectivity) specifications can be found <a target="_blank" href="https://github.com/Project-Owl/duck">here</a>.
<br>
SparrowMesh is a Adhoc Mesh - Every node has multiple degrees of freedom. This brings in unique benefits of Adhoc networks to SparrowMesh.
<br>
SparrowMesh allows a maximum distance of 400m (Wifi), 150m (Bluetooth), 50m (Sound) between 2 nodes.
<br><br>
<b class="center cyan-text text-darken-4">
SparrowMesh implementation is based on AODV protocol.
<br>
We conducted detailed research to study and compare the capabilities of AODV with other equivalent protocols.
</b>
<br><br>
<a target="_blank" href="https://github.com/sparrow-platform/sparrow-mesh/blob/master/Performance%20Evaluation%20of%20AODV.doc?raw=true" class="waves-effect waves-light center cyan darken-2 btn"><i class="material-icons left">vertical_align_bottom</i>Download Report</a>
</h6>
</div>
</div>
</div>
</div>
<div id="connectivity" class="white lighten-3 valign-wrapper" style="padding-top:5vh; padding-bottom: 5vh">
<div class="container">
<h4 class=" center cyan-text text-darken-4">
Medical experts, first responders, support communities
</h4>
<h5 class=" center cyan-text text-darken-4">"Helping disaster victims is as easy as replying to a Whatsapp message"</h6>
</div>
</div>
<div id="connectivity" class="white lighten-3 valign-wrapper" style="padding-top:0vh; padding-bottom: 5vh">
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper ">
<div class="col l6">
<h6 class=" ">
<h5 class=" cyan-text text-darken-4">
4 Easy steps to use SparrorNet:
</h5>
1. Send a message to Sparrow through messaging platform of choice<br>
2. Answer some simple questions about your field of expertise<br>
3. Upload documents and get verified<br>
4. Wait for disaster victim's questions and queries to reach you!
<br><br>
Once registered, Sparrow maintains a pool of available experts. Once a request comes from disaster victims, Sparrow matches the victim with an expert from this pool<br>
The matching process is intelligent - Sparrow detects the victim request's nature, location and severity and matches a expert accordingly.
<br><br>
</h6>
</div>
<img class="col l5 offset-l1 " src="images/sparrow/sparrowInterPlatformRouting.png" >
</div>
</div>
<div class="container hide-on-large-only">
<div class="row">
<div class="col s12 ">
<h5 class=" ">
<h5 class=" cyan-text text-darken-4">
4 Easy steps to use SparrorNet:
</h5>
1. Send a message to Sparrow through messaging platform of choice<br>
2. Answer some simple questions about your field of expertise<br>
3. Upload documents and get verified<br>
4. Wait for disaster victim's questions and queries to reach you!
<br><br>
Once registered, Sparrow maintains a pool of available experts. Once a request comes from disaster victims, Sparrow matches the victim with an expert from this pool<br>
The matching process is intelligent - Sparrow detects the victim request's nature, location and severity and matches a expert accordingly.
<br><br>
</h5>
</div>
</div>
<div class="row">
<img class="col s12 m8 offset-m2" src="images/sparrow/sparrowInterPlatformRouting.png" >
</div>
</div>
</div>
<div id="connectivity" class="grey lighten-3 valign-wrapper" style="padding-top:5vh; padding-bottom: 10vh">
<div class="container">
Though Sparrow Net is built for medical / psychological well-being, it has potential to grow beyond.
Sparrow Net could be one stop solution for all needs of an individual for non-disasters situations as well.
<br>
Sparrow Net unifies all of world's communication into one system. Possibilities are infinite - We can make all emergency services accessible through SparrowNet, we can find any kind of help needed by a individual.
<br><br>
SparrowMesh - Clusterduck duo can completely replace traditional communication. We can even build a block-chain system over the mesh to account for nodes helping message transfer, while diving crypto-tokens to these nodes in exchange.
<br>
<h5 class="cyan-text text-darken-4">
Sparrow Net could be the 'Search engine for expertise' or the 'Uber for all expert advice based professions'
</h4>
</div></div>
<!-------------------------------Footer---------------------------->
<footer class="z-depth-2 cyan page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div>
<h5 class="white-text">About Us</h5>
<ul>
<li><a class="white-text text-lighten-3" href="About.html">Our Team</a></li>
<li><a class="white-text text-lighten-3" href="mailto:sparrowplatform@gmail.com">Email Us</a></li>
</ul>
</div>
<div>
<h5 class="white-text">Open Source</h5>
<p class="white-text text-lighten-4">
<!-- Sparrow platform is an open-source project<br> -->
Sparrow Platform is open source under Apache 2.0 license.<br>
We invite developers and medical experts to help us improve Sparrow</br><br>
</p>
<!-- <h5 class="white-text">Our Team</h5> -->
</div>
</div>
<div class="col l4 offset-l2 s12">
<div class=" ">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="white-text text-lighten-3" href="https://sparrow-platform.com">Home</a></li>
<li><a class="white-text text-lighten-3" href="Net.html">Sparrow Net</a></li>
<li><a class="white-text text-lighten-3" href="AI.html">Sparrow AI</a></li>
<li><a class="white-text text-lighten-3" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="white-text text-lighten-3 tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="black-text footer-copyright">
<div class="white-text container">
© 2019 Sparrow Platform
</div>
</div>
</footer>
<!-------------------------------Footer---------------------------->
</body>
</html>