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

Arduino hangs after w5100 recieving many snmp get requests #21

Open
GoogleCodeExporter opened this issue Apr 25, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Call arduino.listen();
2. Call delay();
3. Send 6 snmpGet to agentuino during arduino delay.

What is the expected output? What do you see instead?

Expected: w5100 buffers snmp requests and when buffer is full, discards 
packages. After that, Arduino poll w5100 snmp package is processed in callback 
of pduReceived.

I see: After resuming delay, arduino fetches the received pdu, and hangs 
afterwards.

What version of the product are you using? On what operating system?

Arduino uno, agentuino library.

Please provide any additional information below.
It would be very useful to have w5100 use it as an interrupt. Has anyone done 
this before?


Original issue reported on code.google.com by [email protected] on 25 Nov 2014 at 5:12

@GoogleCodeExporter
Copy link
Author

My suposse it is that w5100 overflow ram memory of arduino, and then it hangs.
Any way of limit w5100 ram writes on arduino?
regards.

Original comment by [email protected] on 25 Nov 2014 at 5:52

@GoogleCodeExporter
Copy link
Author

Use no more than one SnmpGet request at a time.
Do not use queries SnmpWalk - this will inevitably lead to a halt execution

Original comment by [email protected] on 19 Dec 2014 at 4:59

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

No branches or pull requests

1 participant