Skip to content

PixelWeather Messaging Protocol client implementation used for sending/receiving messages in PiwerWeather networks.

Notifications You must be signed in to change notification settings

PixelWeatherProject/pwmp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWMP Client library

This crate contains the library used by nodes to connect to and communicate with the PWMP server.

Example usage

Check examples.

The library exports the pwmp-types crate, so you don't need to include it separately in your Cargo.toml.

Further documentation can be generated using cargo doc.