tree: 1b58bbde8f01bf1d0ba4695bde3290d8ad6e1dbf [path history] [tgz]
  1. .idea/
  2. gradle/
  3. jenkins/
  4. src/
  5. .gitignore
  6. build.gradle
  7. CONTRIBUTING.md
  8. DISCLAIMER
  9. gradle.properties
  10. gradlew
  11. gradlew.bat
  12. LICENSE
  13. nexusproto.iml
  14. README.md
  15. settings.gradle
README.md

nexus-messages

This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.

Developer Installation

  1. Run ./gradlew clean build install

  2. cd into /build/python/nexusproto

  3. Setup a separate conda env or activate an existing one

    conda create --name nexus-messages python
    source activate nexus-messages
    
  4. Install Conda dependencies

    conda install numpy
    
  5. Run python setup.py install