Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Working in implementation of BDZMQ.
  • Class diagram of actual BDZMQ implementation(BDZMQ_Class_Diagram, just structure and entities names).

[23-02-2021 ; 24-02-2021]:

  • I decided keep BDZMQSenderImpl class because inherit of POA::BDSender and baci::CharComp, but for now BDZMQSender not inherit of that because baci::CharComp need inicializated static atributtes and demands me to use some constructors that must carry for all code, not a problem but does not look tidy. In other way, NTSender does not inherit from NTSenderImpl, in fact never is used. I think that NT needs ACS for working because they implemented many functions in theirs code, like ACS_LOGS() and others that not have essential use, also NT use baci and maci clients that needs ACS.
  • BDZMQSender classes and test finished.

24[25-02-2021 ; 26-02-2021]:

  • BDZMQSenderImpl needs ACS linker libraries that i do not know. I comment the code that implement this class as inherit class of BDZMQSender.
  • Class diagram updated.
  • BDZMQReceiver classes and test implemented and working.

25[01-0203-2021 :26-02- 05-03-2021]:

27-02-2021:

...

  • Debugging of Receiver test. Errors and incongruences fixed.
  • Return to PGM and its implementation.
  • Modify some fuctions(different classes) and make it more generic.
  • Modify a little bit the test files for PGM implementation.
  • PGM does not work(Sender was sended data but receiver does not received).
  • Return to TCP implementation.
  • Found new Errors and incongruences, never seen before. Fixed.
  • Modify test file for TCP implementation. Test works perfectly, all data it is received and saved in txt file.
  • Return to PGM with new fixed code.
  • PGM implementation still does not work.
  • Return to TCP and performace test with NT concluded.

06-03-2021:

  • Prepare presentation.