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