From 03377b4b9ffda9ce607753ba984a3ad7ba6c9f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 27 Dec 2017 00:37:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 687eb93..407e56a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ TinyFrame is re-entrant and supports creating multiple instances with the limita that their structure (field sizes and checksum type) must be the same. There is a support for adding multi-threaded access to a shared instance using a mutex (via a callback stub). +## Ports + +A partial port to Python can be found at [MightyPork/PonyFrame](https://github.com/MightyPork/PonyFrame) + ## Frame structure All fields in the message frame have a configurable size (see the top of the header file).