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

Network library #528

Open
vzahradnik opened this issue Sep 25, 2024 · 0 comments
Open

Network library #528

vzahradnik opened this issue Sep 25, 2024 · 0 comments

Comments

@vzahradnik
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Write a networking library which will abstract all the different boards or shields and which will allow simple interaction with the network.
Features:

  • DHCP and static IP mode
  • Automatic connection handling and reporting
  • The system interacts with the networking module via simple interface, e.g. isOnline(): Boolean
  • Support for DNS resolution. Users can either use IPs or domain names and the system will resolve an IP
  • Support for mDNS so that the device can be seen in the internal network, the name could be configurable
  • NTP support... this could be moved into another library handling time, date and timezones. To be discussed further.
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

1 participant