tree: 69b7f544cbc2e11398f4a9a0a9f3fb06f8240113 [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. start_grpc_server.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.