Skip to content

Question about aspect filtering & dispatch #316

Discussion options

You must be logged in to vote

I suspect that is what the aspect filtering was designed to help with.

No. Aspect filtering in the announce-handling mechanisms are there to allow your application to only receive announce notifications about the destination types it cares about.

A few bytes at the start of the data define a msgType to control this.

This is probably inefficient. You may want to just use different request paths to do this.

Also, remember that Reticulum can send and receive arbitrary data structures directly in Requests and Responses.

You don't have to do binary encoding yourself, and in almost all cases, it will be more efficient to let Reticulum handle this, since it takes into account optimal packing…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@ThomasFreedman
Comment options

@markqvist
Comment options

@ThomasFreedman
Comment options

@markqvist
Comment options

Answer selected by markqvist
Comment options

You must be logged in to vote
2 replies
@markqvist
Comment options

@ThomasFreedman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants