Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize getDevice, getDevices #157

Merged
merged 2 commits into from
Feb 9, 2021
Merged

optimize getDevice, getDevices #157

merged 2 commits into from
Feb 9, 2021

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Feb 9, 2021

we want to just get "oic.wk.d" link, because other links will be get via unicast to /oic/res

blockwise transfer cost lot's of cpu/memory and so we just filter oic.wk.d to avoid use it for multicast message

@jkralik jkralik requested a review from rafajpet February 9, 2021 08:16
@jkralik jkralik changed the title optimize getDevice, getDevices: we want to just get "oic.wk.d" resour… optimize getDevice, getDevices Feb 9, 2021
…because links will be get via unicast to /oic/res

blockwise transfer cost lot's of cpu/memory and so we just filter oic.wk.d to avoid use it for multicast message
@jkralik jkralik merged commit 33275d1 into master Feb 9, 2021
@jkralik jkralik deleted the optimizeDiscovery branch February 9, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants