Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
41 | ligi | 1 | # RIDDIM |
130 | ligi | 2 | # |
43 | ligi | 3 | # -> Remote Interactive Digital Drone Interface Mashup |
41 | ligi | 4 | # |
50 | ligi | 5 | # Author: Marcus -ligi- Bueschleb |
44 | ligi | 6 | # |
7 | # Contact: ligi |
||
8 | # -at- |
||
9 | # smart4mobile.de |
||
10 | # |
||
41 | ligi | 11 | # Project Start: 12/2007 |
44 | ligi | 12 | # |
41 | ligi | 13 | # Credits: |
14 | # Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ). |
||
15 | # eduard -- - at - -- hasenleithner.at for the linux x-52 lib |
||
506 | ligi | 16 | # Jo aka XM for helping with openwrt |
17 | # sublab.org for infrastructure |
||
41 | ligi | 18 | |
506 | ligi | 19 | |
130 | ligi | 20 | = Documentation / Infos = |
44 | ligi | 21 | http://www.mikrokopter.de/ucwiki/en/Riddim |
130 | ligi | 22 | |
44 | ligi | 23 | = Licence = |
24 | |||
25 | http://creativecommons.org/licenses/by-nc-sa/2.0/de/ (Creative Commons / Non Commercial / Share Alike |
||
26 | Addtitonally to this Licence it is not allowed to use this software in any violent manner. |
||
27 | This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project |
||
28 | If you want to use this tool in any Commercial Context - please contact me first! |
||
29 | |||
130 | ligi | 30 | |
41 | ligi | 31 | =Compile= |
32 | $> make |
||
33 | |||
34 | =Run= |
||
127 | ligi | 35 | $> ./riddim [configfile] |
44 | ligi | 36 | |
127 | ligi | 37 | if no configfile is given riddim is trying to load "/etc/riddim.conf". If that fails riddim is using default values ( not very usefull perhaps ) |
38 | |||
39 | example socat usage: |
||
40 | socat tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,b57600,waitlock=/var/run/rfcomm0.lock |
||
41 | |||
42 | |||
43 | |||
44 | ligi | 44 | = Changelog = |
50 | ligi | 45 | |
506 | ligi | 46 | 0.8 - Modify altitude by input |
47 | 0.7 - new MK Protocol |
||
48 | 0.6 - misc |
||
127 | ligi | 49 | 0.5 - code cleanup |
50 | ligi | 50 | 0.4 - Measure time from send command to confirm |
51 | 0.3 - mode selector |
||
49 | ligi | 52 | 0.2 - first version with possibility to fly ( based on FC0.68b commands ) |
53 | 0.1 - initial release with basic functions and proove of concept Code ( Scanning for Blueooth Devices / read Joy / communicate to MK / ..) |
||
54 |