unplugged-system/external/flatbuffers/grpc/examples/python/greeter
2025-10-06 13:59:42 +00:00
..
models Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
client.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
server.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Python Greeter example

Prerequisite

  • You need to have grpc python installed on your device pip install grpcio

How to run Server:

  • python server.py ${PORT}

How to run Client:

  • python client.py ${PORT} ${NAME}