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

Investigate AsyncUDP Library #11

Open
shortbloke opened this issue Aug 31, 2021 · 1 comment
Open

Investigate AsyncUDP Library #11

shortbloke opened this issue Aug 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@shortbloke
Copy link
Owner

Investigate AsyncUDP to replace looping to check for new UDP packets.

  • Check platform support/portability
  • Check existing udp library doesn't have async methods
  • Believe changes would require registering a callback. Would need to implement for SNMPGetRequest and SNMPGetResponse
@shortbloke shortbloke added the enhancement New feature or request label Aug 31, 2021
@JoaoVitorMaia
Copy link

JoaoVitorMaia commented May 12, 2022

Regarding the architecture, the callback registration and non synchronous response, needs to behave like that or something like this:
char routerSerialNumber = snmp.getString(oid, timeout);
DateTime routerUptime = snmp.getTimeTicks(oid, timeout);
would be and improvement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants