-
Notifications
You must be signed in to change notification settings - Fork 24
/
products.html
417 lines (380 loc) · 22.1 KB
/
products.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; URL='protocols.html'" />
<title>Products | DAV - Decentralized Autonomous Vehicles</title>
<meta name="description" content="DAV is a blockchain-based transportation platform which enables vehicles to discover, communicate and transact with one another using DAV tokens."/>
<meta property="og:title" content="DAV - Decentralized Autonomous Vehicles" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dav.network/img/prototypes_thumb.jpg" />
<meta property="og:url" content="https://dav.network/prototypes.html" />
<meta property="og:description" content="DAV is a blockchain-based transportation platform." />
<link rel="apple-touch-icon" sizes="57x57" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="60x60" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="72x72" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="76x76" href="img/fav/favicon.png?v=2">
<link rel="apple-touch-icon" sizes="114x114" href="img/fav/apple-icon-114x114.png?v=2">
<link rel="apple-touch-icon" sizes="120x120" href="img/fav/apple-icon-120x120.png?v=2">
<link rel="apple-touch-icon" sizes="144x144" href="img/fav/apple-icon-144x144.png?v=2">
<link rel="apple-touch-icon" sizes="152x152" href="img/fav/apple-icon-152x152.png?v=2">
<link rel="apple-touch-icon" sizes="180x180" href="img/fav/apple-icon-180x180.png?v=2">
<link rel="icon" type="image/png" sizes="192x192" href="img/fav/android-icon-192x192.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="img/fav/favicon.png?v=2">
<link rel="icon" type="image/png" sizes="96x96" href="img/fav/favicon.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="img/fav/favicon.png?v=2">
<link rel="manifest" href="img/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/fav/ms-icon-144x144.png?v=2">
<meta name="theme-color" content="#ffffff">
<!-- Google Tag Manager -->
<!-- <script type="text/javascript" data-cfasync="false">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NCJHZN5');</script> -->
<!-- End Google Tag Manager -->
<!-- Google Tag Manager -->
<script type="text/javascript" data-cfasync="false">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRPG9G6');</script>
<!-- End Google Tag Manager -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=3.3.9"/>
<!-- Bootstrap -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> -->
<!-- <link href="css/style.css" rel="stylesheet"> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" data-cfasync="false">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104463303-1', 'auto');
ga('send', 'pageview');
ga('send', 'Button', 'Clicked', 'Join', '0');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '738526256352778');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=738526256352778&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCJHZN5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRPG9G6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-fixed-top">
<div class="container1">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo-orange" src="img/logo.png">
<img id="logo-white" src="img/logo-gray.png">
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/#home">Home</a></li>
<li><a href="/#overview">Overview</a></li>
<li><a href="protocols.html">Protocols</a></li>
<li><a href="/#technology">Technology</a></li>
<li><a href="/#team">Team</a></li>
<li><a href="/#partners">Alliance</a></li>
<li><a href="/whitepaper.pdf">White Paper</a></li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About</a>
<ul class="dropdown-menu">
<li><a href="media.html">Press & Media</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</li>
<li class="visible-xs"><a href="media.html">Press & Media</a></li>
<li class="visible-xs"><a href="/#contact">Contact</a></li>
</ul>
<!-- <ul class="nav navbar-nav navbar-right visible-xs visible-lg">
<li><a href="whitepaper.pdf" target="_blank"><img src="img/icons/whitepaper.png"> White Paper</a></li>
<li><a href="https://t.me/DAVNetwork" target="_blank"><img src="img/icons/telegram.png"> Telegram</a></li>
<li><a href="https://medium.com/davnetwork" target="_blank"><img src="img/icons/medium.png"> Medium</a></li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-xs hidden-lg">
<li><a href="whitepaper.pdf" target="_blank"><img src="img/icons/whitepaper.png"></a></li>
<li><a href="https://t.me/DAVNetwork" target="_blank"><img src="img/icons/telegram.png"></a></li>
<li><a href="https://medium.com/davnetwork" target="_blank"><img src="img/icons/medium.png"></a></li>
</ul> -->
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="hero hero-prototypes" id="home">
<div id="startchange"></div>
<div class="hero-inner">
<div class="hero-valign">
<div class="container">
<h1>What We Have Built So Far</h1>
<div class="row">
<div class="col-sm-6 text-right">
<h2>Drone Missions App</h2>
<p><b>Missions</b> is the first app built to showcase the DAV ecosystem.</p>
<p>It connects users looking to ship packages with autonomous drones. Users request drone services, drones bid for those services, and trustless cooperation is enabled by using the blockchain.</p>
<div class="hidden-xs">
<p><span>Current Status:</span> Integration with the first drone partner (Copter Express) is underway.</p>
<a href="https://missions.io/" target="_blank">Go to Missions App >></a>
<a href="https://github.com/DAVFoundation/missions" target="_blank">Visit our Github repository >></a>
</div>
</div>
<div class="col-sm-6 text-left">
<img src="img/prototypes/iphone.png" id="iphonex">
<img src="img/prototypes/drone_flying.png" class="animated fadeInLeft animation-delay-20" id="drone">
</div>
</div>
<div class="visible-xs">
<p><span>Current Status:</span> Integration with the first drone partner (Copter Express) is underway.</p>
<a href="https://missions.io/" target="_blank">Go to Missions App >></a>
<a href="https://github.com/DAVFoundation/missions" target="_blank">Visit our Github repository >></a>
<br>
</div>
</div>
</div>
</div>
</div>
<div class="drone-charge">
<div class="container">
<div class="row">
<div class="col-sm-6"></div>
<div class="col-sm-6">
<h2>Drone Charging Network</h2>
<p>DAV connects drones and charging stations on an open network where they can buy and sell charging services using DAV tokens.</p>
<p><span>Current Status:</span> A DAV Alliance member is currently deploying a network of charging stations in northern Italy. These stations will offer charging services through the DAV network in exchange for DAV tokens.</p>
<a href="https://developers.dav.network/protocols/drone-charging/" target="_blank">View Drone Charging Protocol >></a>
<div class="visible-xs">
<img src="img/prototypes/drone-pad.png">
</div>
</div>
</div>
</div>
</div>
<div class="drone-flight-planning">
<div class="container">
<div class="row">
<div class="col-sm-6 text-right">
<h2>Drone Flight Planning</h2>
<p>DAV connects drones and service providers allowing them to buy and sell flight planning services on the DAV network, using DAV tokens.</p>
<p>Drones pass the waypoints of their planned trip, and the route planner bids to offer a service in exchange for DAV tokens. Once a mission has been awarded, the service provider returns a list of coordinates to fly through, so that the drone can reach its destination safely. This flight plan takes into consideration environmental, topographical, and regulatory considerations.</p>
<p><span>Current Status:</span> An integration with a DAV Alliance member is in the final stages, so that the service can be offered in Nevada, USA starting May 2018.</p>
<a href="https://developers.dav.network/protocols/route-planning/" target="_blank">View Route Planning Protocol >></a>
</div>
<div class="col-sm-6 text-center">
<img src="img/prototypes/route-plan.png">
</div>
</div>
</div>
<video preload="auto" autoplay loop>
<source src="img/prototypes/route-plan.mp4" type="video/mp4">
</video>
</div>
<div class="dav-cli">
<div class="container">
<div class="row">
<div class="col-sm-6 text-left">
<h2>DAV CLI and Testnet</h2>
<p>Our Command Line Interface (CLI) tool was built to make developing applications and services that interact with DAV a much more pleasant experience. It allows developers to easily run a local testnet containing DAV contracts, generate identities secured by private and public keys and register them on the blockchain. This allows anyone to easily scaffold new projects or modify an existing one to interact with DAV, and more.</p>
<img src="img/prototypes/dav-cli.png" id="laptop" class="visible-xs">
<p><span>Current Status:</span> Fully functioning testnet and Identity generation already used by Foundation projects. Work on connecting the registration functionality with the identity smart contract is in progress.</p>
<a href="https://github.com/DAVFoundation/dav-cli" target="_blank">Visit our Github repository >></a>
</div>
<div class="col-sm-6 hidden-xs">
<img src="img/prototypes/dav-cli.png" id="laptop">
</div>
</div>
<div class="row text-center">
<div class="col-sm-6 col-sm-offset-3">
<h2 id="portal-title">DAV Developer Portal</h2>
<p>Our Developer Portal incorporates API documentation, communication protocols, and instructions for running our command line interface, local testnet, and block explorer.</p>
<p><span>Current Status:</span> Multiple communication protocols written, and a user guide for our CLI tools is now available.</p>
<a href="https://developers.dav.network/" target="_blank" id="developer-portal-link">Visit our Developer Portal >></a>
</div>
</div>
<div class="row charger-car">
<div class="col-xs-6">
<img src="img/prototypes/charger.png">
</div>
<div class="col-xs-6 text-right">
<img src="img/prototypes/car.png" id="car">
</div>
</div>
</div>
</div>
<div class="dav-portal">
<img src="img/prototypes/dav-portal.png">
</div>
<div class="block-explorer">
<div class="container">
<div class="row">
<div class="col-sm-6 hidden-xs">
<img src="img/prototypes/block-explorer.png">
</div>
<div class="col-sm-6">
<h2>Block Explorer</h2>
<p>Our block explorer allows users to explore local Ethereum testnets. This eases development and debugging for developers building apps and services on top of DAV.</p>
<img src="img/prototypes/block-explorer.png" class="visible-xs">
<p><span>Current Status:</span> Work is underway to package the block explorer enabling it to launch automatically from the DAV CLI Tools.</p>
<a href="https://github.com/DAVFoundation/xplore" target="_blank">Visit our Github repository >></a>
</div>
</div>
</div>
</div>
<div class="container mission-control">
<div class="row">
<div class="col-sm-6 hidden-xs">
<div class="mission-vid">
<img src="img/prototypes/mission-control.png">
<video class="visible-lg" onplaying="this.controls=false;" onclick="this.play();" loop="true" src="img/missions_control_simulation_loop.mp4"></video>
</div>
</div>
<div class="col-sm-6">
<h2>Mission Control</h2>
<p>Mission Control serves as the discovery and communication layer that connects and keeps track of vehicles, users and services.</p>
<img src="img/prototypes/mission-control.png" class="visible-xs">
<p><span>Current Status:</span> Fully working for running simulated environments with drone deliveries. Currently being expanded to support the vehicles of our first partners.</p>
<a href="https://missions.io/" target="_blank">Go to Missions App >> </a>
<a href="https://github.com/DAVFoundation/missioncontrol" target="_blank">Visit our Github repository >> </a>
</div>
</div>
<div class="row">
<div class="col-sm-6 text-right">
<h2 id="second-title">Autonomous Boat</h2>
<p>DAV and the California Maritime University are developing an autonomous boat called n3m0 (pronounced "Nemo"). n3m0 will receive and complete photography missions for students and be paid in DAV tokens. When n3m0 requires charging, it will pay DAV tokens to students in exchange for charging services. n3mo will demonstrate true autonomy by earning money and spending money to take care of its own needs; all in service of taking oceanographic measurements for the University.</p>
<img src="img/prototypes/autonomous-boat.png" class="visible-xs">
<p><span>Current Status:</span> Boat is ready. Work on the onboard computer and the updates to Mission Control and Missions is in progress.</p>
<a href="https://github.com/DAVFoundation/n3m0" target="_blank">Visit our Github repository >></a>
</div>
<div class="col-sm-6 hidden-xs">
<img src="img/prototypes/autonomous-boat.png">
</div>
</div>
</div>
<div class="search-rescue">
<div class="container">
<div class="row">
<div class="col-sm-6">
<a href="https://husarion.com" target="_blank" class="hidden-xs">
<img src="img/prototypes/husarion.png">
</a>
<div class="text-right hidden-xs">
<br>
<img src="img/prototypes/rover.png" id="rover">
</div>
</div>
<div class="col-sm-6">
<h2>Search and Rescue Robot</h2>
<p>DAV and Husarion (a robotics prototyping platform) are developing a POC involving an autonomous robotic rover that will perform drone search and rescue missions. The rover will bid for missions to locate drones that have lost contact with their owners, go to their last known location, and then using its onboard lidar and computer vision find them and send back their exact coordinates.</p>
<a href="https://husarion.com" target="_blank" class="visible-xs">
<img src="img/prototypes/husarion.png">
</a>
<div class="text-right visible-xs">
<br>
<img src="img/prototypes/rover.png" id="rover">
<br>
<br>
</div>
<p><span>Current Status:</span> ROSBot’s computer vision algorithms are being updated to support identifying drones.</p>
<a href="https://husarion.com/#rosbot" target="_blank">Learn more about ROSBot >></a>
</div>
</div>
</div>
</div>
<div class="crowd-sale" style="padding: 40px 15px;">
<h3 style="margin: 0px;line-height: 24px;">Interested in working on DAV’s open-source technology? <br>Join our developer community on <a href="https://github.com/DAVFoundation" target="_blank" style="color: #FFF; text-decoration: underline;">Github</a></h3>
</div>
<footer id="contact">
<div class="container">
<h3>Contact Us</h3>
<div class="row links text-center">
<div class="col-sm-4">
<a href="mailto:info@dav.network">info@dav.network</a>
<p>Partnerships and General Inquiries</p>
</div>
<div class="col-sm-4">
<a href="mailto:careers@dav.network">careers@dav.network</a>
<p>Jobs and CVs</p>
</div>
<div class="col-sm-4">
<a href="mailto: press@dav.network"> press@dav.network</a>
<p>Media Inquiries</p>
</div>
</div>
</div>
<div class="footer-gray">
<div class="container">
<div class="row about-legal">
<div class="col-sm-3 col-xs-6">
<h4>ABOUT</h4>
<a href="media.html">Press & Media</a>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
<div class="col-sm-3 col-xs-6">
<h4> </h4>
<a href="terms-of-use.html">Terms of Use</a>
<a href="Legal-Disclaimers.pdf">Legal Disclaimers</a>
</div>
<div class="col-sm-6 col-xs-12">
<br class="visible-xs" />
<h4>Join Us</h4>
<div class="social">
<a href="https://github.com/DAVFoundation" target="_blank"><img src="img/icons/github-footer.png"> Github</a>
<a href="https://www.youtube.com/channel/UCPuAOygDwCiLOdLosiQJJ1w" target="_blank"><img src="img/icons/youtube.png"> Youtube</a>
</div>
</div>
</div>
<div class="copyright">
<p>
© Copyright 2020 DAV - All Rights Reserved <br />
DAV Foundation is a Swiss non-profit foundation registered at Bahnhofstrasse 10, 6300 Zug, Switzerland
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js" type="text/javascript" data-cfasync="false"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript" data-cfasync="false"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js" data-cfasync="false"></script>
<script src="js/main.min.js?v=3.3.9" type="text/javascript" data-cfasync="false"></script>
</body>
</html>