version should be 1.0.0-SNAPSHOT
4 files changed
tree: ccfba98eefd7f47d4d4a6ce13022c02d215abc96
  1. .idea/
  2. gradle/
  3. src/
  4. .gitignore
  5. build.gradle
  6. DISCLAIMER
  7. gradle.properties
  8. gradlew
  9. gradlew.bat
  10. LICENSE
  11. nexusproto.iml
  12. README.md
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