AnubhabDebnathAgnikul / PubSub

0 stars 0 forks source link

Old implmenation and previous version changes can be found in "old_imp_files" Folder. (Both .c and .h files)

Pubsub_sample_3_test_branch: Contents:

  1. BIN/ - Contains all the BINARY FILES build by make pub/sub/sync (or) all keywords
  2. inc/ - Customs header files (Including *_lib.h Files)
  3. src/ - All the .c Files can be found here (Including _lib.c Files)
  4. src_tests/ - All the current under testing codes can be found here (All "make test" comes here) (Executable also found here)
  5. Makefile - Makefile for the this project.
  6. config.h - File containing the important #defines

Note: Completed :

  1. "Pubsub_sample_3_test_branch/src/publisher.c" (Publisher new implementation) [Completed on Date : 10/04/2024]
  2. "Pubsub_sample_3_test_branch/src/synchronizer_main.c" (Synchronizer new implementation) [Completed on : 05/04/2024] Current :
  3. Under development can be found in src_tests/subcriber_new_imp.c