Skip to content

Commit a9235d5

Browse files
authored
Merge pull request #3 from hasenradball/update_readme
small rework of readme
2 parents 512b0da + 33d8785 commit a9235d5

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

README.adoc

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# NINA-Wi-Fi
2+
3+
[![Check Arduino](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/check-arduino.yml)
4+
[![Spell Check](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/spell-check.yml/badge.svg)](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/spell-check.yml)
5+
[![Compile Examples](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/hasenradball/NINA-Wi-Fi/actions/workflows/compile-examples.yml)
6+
7+
This library enables network connections (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino Uno WiFi Rev.2.
8+
9+
With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
10+
11+
For more information about this library please visit us at
12+
https://github.com/hasenradball/NINA-Wi-Fi/
13+
14+
## License
15+
This repository is licensed under MIT License.
16+
17+
[MIT License](https://github.com/hasenradball/NINA-Wi-Fi/blob/master/LICENSE)
18+

0 commit comments

Comments
 (0)