Skip to content

Commit 222dc9f

Browse files
committed
First release
1 parent 30f8298 commit 222dc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="assets/logo.svg" width="600" alt="SerialNetworkBridge Logo">
2+
<img src="https://raw.githubusercontent.com/mobizt/SerialNetworkBridge/refs/heads/main/assets/logo.svg" width="600" alt="SerialNetworkBridge Logo">
33
</p>
44

55
<h1 align="center">SerialNetworkBridge</h1>
@@ -21,7 +21,7 @@
2121
<p align="center">It is designed for Arduino boards such as AVR, STM32, and Teensy that lack built‑in WiFi or Ethernet, offering a straightforward alternative to firmware‑based solutions. By bridging communication through modules like ESP32, ESP8266, Raspberry Pi Pico W, or MKR WiFi 1010, the library makes network access broadly available. With support for <b>SSL/TLS</b>, <b>WebSockets</b>, and <b>UDP</b>, SerialNetworkBridge enables secure communication without requiring firmware‑level certificate management.</p>
2222

2323
<p align="center">
24-
<img src="assets/diagram.svg" alt="SerialNetworkBridge communication flow" width="800"/>
24+
<img src="https://raw.githubusercontent.com/mobizt/SerialNetworkBridge/refs/heads/main/assets/diagram.svg" alt="SerialNetworkBridge communication flow" width="800"/>
2525
</p>
2626

2727
---

0 commit comments

Comments
 (0)