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

How usable is this library ? #1

Closed
gbip opened this issue Nov 8, 2018 · 3 comments
Closed

How usable is this library ? #1

gbip opened this issue Nov 8, 2018 · 3 comments

Comments

@gbip
Copy link
Contributor

gbip commented Nov 8, 2018

Hello there !
I am planning to use this crate for a robotic project. We plan to use UDP to communicate between electronic boards.
Is there any bug that we should be aware of ? Is there any contribution that we could do ?
Thanks !

@kellerkindt
Copy link
Owner

I am using the library since march to record weather data and temperatures in my home (see https://home.watzko.de/).
The 'sample' project can be seen here: https://github.com/kellerkindt/bluepill_sensor

Its pretty reliable, no sudden crashes or the like. Runs, measures and answers on requests.
But there is no support beyond sending and receiving simple UDP packets.

@gbip
Copy link
Contributor Author

gbip commented Nov 16, 2018

Just a quick question about your crate : does calling W5500::try_receive_udp() guarantee that we will read the data from exactly one UDP datagram ?

@kellerkindt
Copy link
Owner

Thats what I am expecting (from the w5500 datasheet), and I have never experienced something else. Would be concerning otherwise. Feel free to open a bug report if you observed such a case.

kellerkindt pushed a commit that referenced this issue Dec 27, 2020
kellerkindt pushed a commit that referenced this issue Mar 24, 2021
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

No branches or pull requests

2 participants