Giter Site home page Giter Site logo

omarjnb / mindtrek_rally Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kosmik81/mindtrek_rally

0.0 0.0 0.0 14 KB

Control a balloon-drone-thingy over MQTT. Code was developed by team4 during 2-day hackathon (Nokia Coding Rally) at Mindtrek 2016 conference.

Python 100.00%

mindtrek_rally's Introduction

mindtrek_rally

Basic commands with mosquitto client:

subscribe mosquitto_sub -h 54.93.150.126 -t team4_read

move left mosquitto_pub -h 54.93.150.126 -t team4_write -m '{"m1" : "2", "m2" : "0", "m_up" : "50", "time" : "30", "command_id" : "1"}'

move right mosquitto_pub -h 54.93.150.126 -t team4_write -m '{"m1" : "0", "m2" : "1", "m_up" : "50", "time" : "30", "command_id" : "1"}'

forward mosquitto_pub -h 54.93.150.126 -t team4_write -m '{"m1" : "1", "m2" : "2", "m_up" : "20", "time" : "200", "command_id" : "1"}'

Installing needed libraries

Curses library in Windows: Download and install unofficial curses library: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses Whl file can be installed with command 'pip install .whl'

mindtrek_rally's People

Contributors

kosmik81 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.