Skip to content

Commit 0f32ff4

Browse files
committed
add ecosystem component links to README
1 parent 52706bd commit 0f32ff4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# PixelWeather Messaging Protocol Server
22
This is the server application for the PixelWeather Messaging Protocol, which is a custom protocol designed for communication between PixelWeather nodes. The server is responsible for handling incoming connections, processing requests, and managing the state of connected devices.
33

4+
See other repositories for more components of the PixelWeather ecosystem:
5+
- [Core types of the messaging protocol (`pwmp-msg`)](https://github.com/PixelWeatherProject/pwmp-msg)
6+
- [Client implementation (`pwmp-client`)](https://github.com/PixelWeatherProject/pwmp-client)
7+
- [Node firmware (`pwos`)](https://github.com/PixelWeatherProject/pwos)
8+
49
#### CI Stats
510
[![Run static analysis on commit](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/verify_commits.yml/badge.svg)](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/verify_commits.yml) | [![Release tagged versions](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/release.yml/badge.svg)](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/release.yml) | [![Build and push the Docker image](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/docker_build.yml/badge.svg)](https://github.com/PixelWeatherProject/pwmp-server/actions/workflows/docker_build.yml)
611

0 commit comments

Comments
 (0)