tree: b412be4544851c947a9a16caec3500e9ed36f5de [path history] [tgz]
  1. Makefile
  2. README.md
  3. apihelper.py
  4. app_list_builder.py
  5. certs/
  6. core_main.py
  7. dynamicbuild.py
  8. env.sh
  9. grpc_client.py
  10. grpc_server.py
  11. list_test.py
  12. orm.py
  13. protos/
  14. reaper.py
  15. start_coreapi.sh
  16. test_config.yaml
  17. test_dynamicbuild.py
  18. tests/
  19. try_models.py
  20. unload_unwanted_apps.py
  21. xos_dynamicload_api.py
  22. xos_modeldefs_api.py
  23. xos_utility_api.py
xos/coreapi/README.md

Quick Start Notes:

  1. cd protos

  2. make install-protoc

  3. apt-get -y install cython

  4. python -m pip install grpcio grpcio-tools

  5. make rebuild-protos

  6. make

  7. cd ..

  8. source env.sh

  9. python ./grpc_server.py

Note: If you don't run env.sh before running grpc_server.sh, things break.