Skip to content

jonenfabian/Flatbuffer_Client_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatbuffer_Client_Simulator

  1. To run the client install Python (Version 3.7)

while walking through the install wizard make sure to enable PATH activate PATH

  1. 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 run python flatbuffer_server.py

  1. execute the client: open another CMD, cd into samples and run python 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published