Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 507 Bytes

This is a implementation of Shared Memory between two Process, one in C and another in Python.

Here we try to send array of values from joint encoder driver written in C to a a python process for susbsequent processing for Stoch

Build write.c and run it. Then in another terminal run the Python Script.

❗ Warning:

The code is not optmised and no safety features are implemented.

Author: Ajay G

E-mail: ajaygunalan1995@gmail.com