Added additional HTML file to test drone feed, which strangely stopped working
Esse commit está contido em:
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Node JS Copter Demo</title>
|
||||
<script src="nodecopter-client.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ar Drone Parrot Feed</h1>
|
||||
<div id="placeholder" style="border:1px solid black"></div>
|
||||
|
||||
|
||||
<script>
|
||||
new NodecopterStream(document.getElementById("placeholder"), {hostname:'localhost',port: 3001});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Referência em uma Nova Issue
Bloquear um usuário