Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Unneeded specialization of message receivers #141

Open
lbarman opened this issue Feb 21, 2017 · 1 comment
Open

Unneeded specialization of message receivers #141

lbarman opened this issue Feb 21, 2017 · 1 comment

Comments

@lbarman
Copy link
Collaborator

lbarman commented Feb 21, 2017

In sda/protocols/message_binders.go, we have one handler for every type of sda-message, yet they are all fed to prifi-lib's ReceiveMessage functions.

I'm sure we can have only one generic "SDA-Message" and have all the decoding done in prifi-lib

@lbarman
Copy link
Collaborator Author

lbarman commented Feb 21, 2017

Required for #140

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant