- To run the client install Python (Version 3.7)
while walking through the install wizard make sure to enable PATH
- start your flatbuffer-server that will receive the data from the client. Make sure you listen to Port 8089.
If you don't have a server yet, I have provided a test-server that only displays the raw binary code that is received. Open CMD, cd into
samples
and runpython flatbuffer_server.py
- execute the client: open another CMD, cd into
samples
and runpython flatbuffer_test_client.py
. The Client sends data to the Port 8089.
Note: The flatbuffer schema is buttons_schema_test.fbs
Compile it using the Tutorial and build your flatbuffer-server to receive and interpret the data.