Skip to content

LEDswarm/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swarm_protocol

swarm_protocol is a compact binary format for swarm messages.

This crate is a support library which is used for communication by the server and its microcontroller clients, providing Rust methods to encode and decode messages. It does not have any dependencies, so it runs easily in the no_std environment of our ESP32 controller modules.

In the future, our ESP32 modules will also feature a server mode, so we can play without having a base station present. At this stage, however, it's not really a priority for me since I'm getting the basic stuff running.

About

A compact binary format for swarm messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages