osrm-backend/third_party/flatbuffers/grpc/examples/python/greeter
2024-06-22 13:33:34 +02:00
..
models Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
client.py Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
README.md Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
server.py Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02: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}