12 Commits

Autor SHA1 Mensagem Data
Bernhard K. Weisshuhn 1832c0296b make jshint happy 2013-08-07 14:04:32 +02:00
Bernhard K. Weisshuhn 14c874c08d that comma should be a semicolon 2013-08-07 14:00:43 +02:00
Bernhard K. Weisshuhn f396d4caee clean up whitespace 2013-08-07 14:00:40 +02:00
Laurent Eschenauer 499d8737e4 Support for passing an existing tcpVideoStream
Since the AR Drone supports only a single connection to the video
stream, it is sometimes required to re-use the same stream accross an
application.
2013-05-26 23:31:09 +02:00
Karl Westin 57fade81c7 Make sure to 'clean up' server, so we can deal correctly with static
files
2013-03-18 10:01:56 +01:00
Karl Westin cec02b0ca9 Added options, for example to set up the drone on a different IP 2013-03-18 09:52:41 +01:00
Bernhard K. Weisshuhn 2f19e20fd2 reindent 2012-12-26 16:14:38 +01:00
Bernhard K. Weisshuhn d8eaacc2ad use websocket namespace 'dronestream' 2012-12-26 16:04:22 +01:00
Karl Westin 2c0641547e Adding a really stupid buildscript for the client, feel free to improve
:)
Also, removing html5 boilerplate from the example
2012-12-09 09:02:48 -08:00
Karl Westin 35e84bb038 Modularize, to make it easier to use in other apps
Howto:
// pass in a node http server object:
require("node-dronestream").listen(server);
// attach the 5 js files. Yes let's make a build some time
2012-12-09 08:26:06 -08:00
Karl Westin 808079f780 In between, working on making a module of the stream 2012-12-09 07:10:34 -08:00
Bernhard K. Weisshuhn ccb09e72ec import 2012-10-20 06:51:00 +02:00