Giter Site home page Giter Site logo

raghuvirshirodkar / openroberta-connector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openroberta/openroberta-connector

0.0 0.0 0.0 11.76 MB

The multiplatform connector program for most robots supported by the Open Roberta Lab.

License: Apache License 2.0

Shell 2.17% Batchfile 0.03% JavaScript 0.37% Java 97.43%

openroberta-connector's Introduction

openroberta-connector Build Status

Supported robots

  • EV3Lejos
  • Arduino Uno
  • Arduino Mega
  • Arduino Nano
  • BOB3
  • ROB3RTA
  • Bot'n'Roll
  • mBot
  • NAO
  • Festo Bionics4Education (may require this driver on macOS)

Standalone program for connecting robot hardware to the Open Roberta lab using an usb or ssh connection.

Fast installation with maven

Clone the repository and compile

git clone git://github.com/OpenRoberta/openroberta-connector.git
cd openroberta-connector
mvn clean install

Run Open Roberta Connector

For running the Connector use Java.

java -jar target/OpenRobertaConnector-*.jar

Development notes

You can follow the test status on https://travis-ci.org/OpenRoberta/.

Development happens in the develop branch. Please sent PRs against that branch.

git clone git://github.com/OpenRoberta/openroberta-connector.git
cd openroberta-connector
git checkout -b develop origin/develop

To regenerate the esptool.exe when upgrading the esptool version download the wanted version and run this:

pip install pyinstaller
pyinstaller --onefile \
            --specpath build_tmp \
            --workpath build_tmp/build \
            --distpath build_tmp/dist \
            esptool.py

to generate the binary.

Installer creation

Automatically

TravisCI automatically generates installers for Linux, Windows and OSX when a tag is created. These are added to a GitHub Releases draft for the tag.

Manual

Linux:

  • run mvn clean install in the project directory
  • run release.sh linux in the installers directory
  • add the version to the resulting file

Windows:

  • download and install WiX Toolset
  • download and install WDK 8
    • or run
      • curl 'http://download.microsoft.com/download/2/4/C/24CA7FB3-FF2E-4DB5-BA52-62A4399A4601/wdk/wdksetup.exe' --output wdksetup.exe
      • ./wdksetup.exe //features + //q //norestart //ceip off
  • add a environment variable WIX=<wix-install-path>\bin
  • run mvn clean install in the project directory
  • run release.sh windows in the installers directory (e.g. in Git Bash)
  • add the version to the resulting files

Mac:

  • run mvn clean install in the project directory
  • run release.sh osx in the installers directory
  • add the version to the resulting file

Release

To release run mvn release:clean release:prepare on the develop branch. The maven release plugin will ask for some information regarding the version numbers and automatically create commits and a tag with the updated versions. Now, merge the used branch into master and remove the last (prepare for next development iteration) commit with git reset HEAD~1 --hard, as it is not needed on master. Finally, push master, develop and the tag (git push --tags).

openroberta-connector's People

Contributors

boonto avatar bjost2s avatar raghuvirshirodkar avatar rbudde avatar tikl 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.