diff --git a/README.md b/README.md index 80d3140..bb67518 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,14 @@ payloads, those are provided in the `utils/` folder. ## Ports -- A partial port to Python can be found at [MightyPork/PonyFrame](https://github.com/MightyPork/PonyFrame). -- A Rust port is currently in the works. +TinyFrame has been ported to mutiple languages: + +- The reference C implementation is in this repo +- Python port - [MightyPork/PonyFrame](https://github.com/MightyPork/PonyFrame) +- Rust port - [cpsdqs/tinyframe-js](https://github.com/cpsdqs/tinyframe-js) +- JavaScript port - [cpsdqs/tinyframe-js](https://github.com/cpsdqs/tinyframe-js) + +Please note most of the ports are experimental and may exhibit various bugs or missing features. Testers are welcome :) ## Frame structure