afy / m7011e-project

1 stars 0 forks source link

Review pikacomms protocol #25

Closed afy closed 6 months ago

afy commented 6 months ago

Look into reducing RabbitMQ channel usage and related problems by:

Note: Paused until pikacomms has been properly implemented (#3 has been merged)

afy commented 6 months ago

Reviewed while fixing #3, standard byte overhead is just 91 bytes, not problematic. Looked into alternatives using the pickle module but is not required for performance.