Skip to content

minimal zmtp implementation inspired by https://github.com/zeromq/libzmtp but intended for RTOS enviornments

License

Notifications You must be signed in to change notification settings

TomzBench/libuzmtp

Repository files navigation

#libuzmtp

Simple zmtp protocol implementation based of zeromq reference desgin https://github.com/zeromq/libzmtp.git

This implementation was needed to abstract away system calls inorder to port onto a microcontroller enviornment.