-
Notifications
You must be signed in to change notification settings - Fork 6
WIP: Add libcoap
CoapUdpIpChannel
#289
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
base: main
Are you sure you want to change the base?
Conversation
Benchmark results after merging this PR: Benchmark resultsPerformance:PingPongUc: PingPongC: ReactionLatencyUc: ReactionLatencyC: Memory usage:PingPongUc: PingPongC: ReactionLatencyUc: ReactionLatencyC: |
This adds a
libcoap
basedCoapUdpIpChannel
for federated communication on thePOSIX
target.This is still rough and needs more testing.
For now the super basic unit tests proves that communication between the client and the server through the
NetworkChannel API
works.TODO: