-
Notifications
You must be signed in to change notification settings - Fork 0
/
moka.html
82 lines (62 loc) · 3.77 KB
/
moka.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="tvbarthel : android | open source | developers | moka" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>tvbarthel</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tvbarthel">View on GitHub</a>
<h1 id="project_title"><a href="index.html">TVBarthel Organisation</a></h1>
<h2 id="project_tagline">Android Enthusiasts | Open Source Believers | Cheerful Developers</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="moka" class="anchor" href="#moka"><span class="octicon octicon-link"></span></a>Moka</h1>
<img src="images/moka.png" alt="Moka banner">
<p><a href="http://themokaproject.github.io/">Moka</a> is based on the idea that we can make brainstorming meetings more reliable and efficient, with no additional hardware required.</p>
<p>Basically, a smartphone application acts like a remote control for the main screen that's usually connected to a projector. Using the remote, the attendants of the meeting that are connected to the main server (either through NFC or manually) are able to add, edit and remove several types of objects such as images, videos, web pages, UML diagrams, post-its, etc. The objects that are added to the platform can be moved, resized or rotated and their content can be edited, all of these operations happening seamlessly in real-time on both the main screen and the other attendants' application (aka remote control).</p>
<p>Moka features several components:</p>
<li>An Android application to revolutionize in-room collaboration.</li>
<li>A JavaScript-based output platform for beautiful realtime rendering.</li>
<li>A powerful Java/Jade-based back-end server for the heavy computation and across devices synchronization.</li>
<li>A public REST-based API for third-party developers to be able to interact and make requests with the back-end server.</li>
<p>You can grab further information (including a demo) on the website <a href="http://themokaproject.github.io/">http://themokaproject.github.io/</a> </p>
</br>
</br>
<h2>Discuss and share ideas on Moka</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'tvbarthel'; // required: replace example with your forum shortname
var disqus_identifier = 'moka_thread';
var disqus_title = 'Moka';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<h3><a href="index.html">Back to home</a></h3>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>