gabirel1 / Epitech-Principe-financier-de-base-et-architecture

MIT License
2 stars 1 forks source link

UDP Output #12

Closed DipStax closed 7 months ago

DipStax commented 8 months ago

Description:

Implementation of the 2 UDP pipeline, to broadcast change on the OrderBook:

The format of the data send need to be determined

DipStax commented 8 months ago

Pipeline implementation on PR #40. Still missing OrderBook output data queue for UDP.

The pipeline is using broadcasting instead of common client/server communication.

DipStax commented 7 months ago

UDPOutNetwork is now running #45

Check the Know bug section