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

UDP Support & minor changes #1

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

vaqxai
Copy link

@vaqxai vaqxai commented Jan 23, 2024

++ Added Wifi::socket_start_udp_server
++ Added Wifi::socket_write_udp
++ Added Wifi::socket_send_udp
++ Added Wifi::socket_remote_info
++ Changed Wifi::socket_read to ignore DataAvailableTcp (unneeded + it was breaking UDP)
** Changed Wifi::connect to include documentation about UDP
** Merged changes from the blink branch (API seemed more functional, some errors with CountDown were fixed, RGB pin functionality confirmed working by me.
** Changed version to 0.1.0 to reflect changes made to the API.
** Added mention of myself to the authors in Cargo.toml file.

@vaqxai
Copy link
Author

vaqxai commented Jan 23, 2024

I'd also like to recommend publishing this crate to crates.io, as it seems to be the most fleshed out WiFiNINA crate available in the Rust ecosystem. Unfortunately, the wifi-nina name is already taken, so there would be some consideration as to the new name, but the addition would be greatly welcome.

@vaqxai
Copy link
Author

vaqxai commented Jan 23, 2024

Furthermore, I'd also like to add Bluetooth functionality in a future PR, which will further increase the crate's value to the community.

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